html {
    background-image: linear-gradient(rgba(0, 38, 255, 0.5),
            rgba(175, 26, 26, 0.5)), url("background.png");
    background-size: 100% 100%;
    background-repeat: repeat;
    font-family: sans-serif;
    height: 120%;

}

.faqsection {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.wrapper {
    outline: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
}

.text {
    margin-left: 3%;
}

.faq {
    border: none;
    background-color: white;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    padding-bottom: 0;
    outline: none;
    display: flex;
    font-size: large;
}

.contact {
    margin-top: 3%;
    text-align: center;
    margin-bottom: 1%;
}

.test {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    min-width: 250px;
    max-width: 1000px;
    width: 100%;
    margin: 5%;
    padding: 5%;
    border-radius: 25px;
}