details {
    color: white;
    height: fit-content;
    border-radius: 1rem;
}

summary {
    list-style: none;
    height: fit-content;
    padding: 1rem;
}

.header {
    color: white;
}

.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-list details {
    min-width: 200px;
    width: 80%;
    background-color: #444;
    margin: 0.5rem auto;
}

.faq-list p {
    margin: 0 0.5rem 0.5rem 0.5rem;
    border-radius: 0 0 0.7rem 0.7rem;
    padding: 1rem;
    background-color: #232323;
}

.further-questions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4rem auto;
}

.further-questions h2 {
    color: white;
    margin: auto;
    text-align: center;
}

.further-questions p {
    color: white;
}

.further-questions a {
    color: #e41645;
}