body {
    background-color: rgb(109, 132, 180);
}

.faq-container {
    margin-top: 72px;
    padding: 24px 24px 24px 24px;
    height: auto;
    background-color: rgb(109, 132, 180);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    opacity: 0;
}

.faq-container-question {
    background: hwb(294 83% 1% / 0.273);
    border-radius: 15px;
    margin-bottom: 24px;
    width: auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    cursor: pointer;
}

.faq-container-question:hover {
    background: hwb(294 83% 1% / 0.7);
    transition: .05s;
}

.faq-container-question:hover h1{
    background: hsla(320, 9%, 13%, 0.712);
    transition: .05s;
}

h1 {
    background: hsla(320, 9%, 13%, 0.596);
    border-radius: 15px;
    color: rgb(202, 202, 202);
    text-align: left;
    margin: 10px;
    padding: 10px;
    font-size: 28px;
    width: auto;
}

.faq-container-question p {
    text-align: initial;
    font-size: 19px;
    padding: 2px 20px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: none;
}

.button h1 {
    background: hsla(320, 9%, 13%, 0.712);
}

.button {
    background: hwb(294 83% 1% / 0.7);
}

.button p {
    display: block;
    height: auto;
}