header {
    background-color: white;
    display: flex;
    border-bottom: 1px solid black;
    top: 0;
    width: 100%;
}

/* ===== FAIT AVEC CHAT GPT ===== */
#overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#overlay.active {
    display: flex;
}

.canton {
    text-align: center;
}

h2 {
    margin-bottom: 20px;
}

/* ===== ROUE ===== */
.wheel-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    margin: auto;
}

.wheel {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
}

.pointer {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 26px solid white;
    z-index: 10;
}

.bttn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    font-family: "Shadows Into Light", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    border-radius: 15px;
    border-color: black;
    border-style: solid;
    background-color: white;
}



.ttl {
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;

}


.result {
    margin-top: 15px;
    font-weight: bold;
    min-height: 24px;
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

.hint {
    position: fixed;
    bottom: 12px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: 0.35;
    pointer-events: none;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    position: relative;
}

header img {
    width: 200px;
}

nav {
    display: flex;
    align-content: center;

}

iframe {
    border: 0px;
}


footer {
    position: absolute;
    width: 100%;
}


nav a {
    margin-right: 60px;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    text-align: start;
}

nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #d18f55;
    transition: width 0.5s ease;
}

nav a:hover {
    color: #d18f55;
    font-weight: bold;
}

a:hover::after {
    width: 100%;
}

@media (max-width: 1350px) {


    header img {
        width: 160px;
    }
}

@media(max-width: 1290px) {
    nav a {
        margin-right: 55px;
        margin-top: auto;
        margin-bottom: auto;
        font-family: "Shadows Into Light", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding: 5px 0;
    }

}


@media(max-width: 1150px) {
    header img {
        width: 130px;
    }

    nav a {
        margin-right: 50px;
        margin-top: auto;
        margin-bottom: auto;
        font-family: "Shadows Into Light", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding: 5px 0;
    }

}

.hamburger {
    display: none;
    font-size: 60px;
    cursor: pointer;
}

.hamburger.active {
    content: "✕";
}

.hamburger.active::before {
    content: "✕";
}

.hamburger::before {
    content: "☰";
}

.bienfaits1 {
    width: 75%;
    background-color: darkseagreen;
}

@media (max-width: 1050px) {
    nav a {
        margin-right: 40px;
        margin-top: auto;
        margin-bottom: auto;
        font-family: "Shadows Into Light", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding: 5px 0;
    }

    aside {
        display: none;
    }

    .bienfaits1 {
        width: 100%;
    }
}


.txtBrun {
    color: #d18f55;
    font-weight: 800;
}

.brun {
    background-color: #d18f55;
}

.vert {
    background-color: darkseagreen;
    width: 100%;
}

.plusVert {
    background-color: darkseagreen;
    display: flex;
}

.plusBrun {
    display: flex;
    background-color: #d18f55;
}

.baseBrun {
    display: flex;
    background-color: #d18f55;
}

.display {
    display: flex;
}

.texte {
    text-align: center;
    padding-top: 30px;
    margin: auto;

    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.texte2 {
    text-align: center;
    margin: auto;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.bouton {
    display: inline-block;
    font-family: "Shadows Into Light", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    border-radius: 15px;
    border-color: black;
    border-style: solid;
    background-color: white;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.center {
    margin: auto;
    text-align: center;
}

.intro {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    width: 60%;
}

.img-containers {
    width: 40%;
    margin: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-containers img {
    width: 100%;
    border-radius: 30px;

}

footer {
    background-color: #d18f55;
}

.container1 {
    display: flex;
    justify-content: flex-end;
}

.container2 a img {
    width: 75px;
}

footer a img {
    width: 75px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.enter {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    border-radius: 15px;
    border-color: black;
    border-style: solid;
    background-color: white;
    padding-left: 5%;
    margin-top: 10%;
    padding-right: 0;
}



.container2 {
    display: flex;
    flex-direction: column;
}

a {
    color: black;
    text-decoration: none;
}

.gaucheBrun {
    background-color: #d18f55;
    width: 50%;
}

.droite {
    width: 50%;
}

.aufDis {
    display: flex;
}

.droite img {
    width: 10%;
}

.displayMillieu {
    display: flex;
    justify-content: space-evenly;
}

.texte3 {
    text-align: center;
    padding-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;

    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



.bienfaits2 {
    width: 25%;

}

.texte4 {

    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    margin: auto;

    font-size: 25px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.gras {
    text-align: center;
    padding-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;

    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
}

.liste {


    padding-left: 200px;
    padding-right: 200px;
    margin: auto;

    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.attention {
    width: 60%;
    border-radius: 15px;
    border-color: black;
    border-style: solid;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    background-color: #d18f55;
}

.attention img {
    width: 5%;
    height: 5%;
    padding-top: 10px;
    padding-left: 10px;
}



.border {
    background-color: white;
    text-align: center;
    margin: auto;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin-top: 30px;

}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    padding-left: 10px;
    padding-right: 10px;

}

.carte {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.carte iframe {
    aspect-ratio: 16/9;
    padding-left: 10%;
    padding-right: 10%;
}

.lieu1 {
    width: 400px;
    border: 1px solid black;
    margin: 25px;
}

.data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.lieu1 img {
    width: 300px;
    text-align: center;
    margin-left: 50px;
}

.liste3 {
    text-align: start;
    margin-left: 50px;
    font-size: 25px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

.b {
    font-weight: bold;
    text-align: center;
    margin-right: 50px;
}

.aufgussDIV1 {
    width: 50%;
}

.aufgussDIV1 img {
    width: 100%;
}

.titleAuf1 {
    text-align: start;
    padding-left: 50px;

    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
}

.txtAuf1 {
    text-align: start;
    padding-left: 50px;

    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.txtAuf2 {
    text-align: start;
    padding-left: 50px;

    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-left: 50px;
    margin-right: 50px;
}

.aufgussDIV2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aufgussDIV2 img {
    width: 70%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.aufgussDIV2 video {
    width: 70%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.aufgussDIV2 iframe {
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 70%;
    aspect-ratio: 16/9;
}

.aufgussDIV3 {
    margin: auto;
    text-align: start;

    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.titleAuf2 {
    text-align: center;
    padding-left: 50px;
    padding-top: 50px;
    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
}

.titleAuf3 {
    text-align: start;
    padding-left: 50px;
    padding-top: 30px;
    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    margin-top: 0%;
}

th {
    text-align: start;
}

.txtAuf3 {
    text-align: center;
    padding-left: 50px;
    padding-bottom: 30px;
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0%;
}



.bienTable {
    padding-left: 10%;
    padding-right: 10%;
}

.titleAside {
    text-align: center;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;

    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
}

.txtRight {
    text-align: start;
    padding-right: 50px;

    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.titleRight {
    text-align: start;
    padding-right: 50px;

    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
}

.texte-cliquable {
    cursor: pointer;
    text-align: start;
    font-size: 25px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}


.cache {
    display: none;
}

.cacheImg {
    text-align: center;
}

.img-table {
    width: 500px
}

.ouverable {
    text-align: start;
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.listeOpen {
    background-color: white;
    text-align: start;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin-top: 30px;
    width: 540px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.txtPlus1 {
    text-align: start;

    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.txtAuf3 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
}

.txtAuf3 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #d18f55;
    transition: width 0.5s ease;
}

.txtAuf3 a:hover::after {
    width: 100%;
}

.txtAuf3 a:hover {
    color: #d18f55;
}

article .listeOpen tr td .top .texte-cliquable a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
}

article .listeOpen tr td .top .texte-cliquable a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
}

article .listeOpen tr td .top .texte-cliquable a:hover::after {
    width: 100%;
}

article .listeOpen tr td .top .texte-cliquable a:hover {
    color: #d18f55;
    font-weight: bold;
}

.titleFooter {
    text-align: start;
    margin: auto;
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}


.divMail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* optionnel */
    margin-top: 40px;
}

.disMail {
    width: 100%;
    display: flex;
    justify-content: space-evenly;

}

.button {
    margin-bottom: 20%;
    font-family: "Shadows Into Light", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    border-radius: 15px;
    border-color: black;
    border-style: solid;
    background-color: white;
    cursor: pointer;
}

#modalTitle {
    font-family: "Shadows Into Light", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
}

.modalP {
    font-family: "Shadows Into Light", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 20px;
    align-items: center;
    /* centre verticalement */
    justify-content: center;

}

.modal.is-visible {

    display: flex;


}

.modal__dialog {
    background: #fff;
    color: #222;
    max-width: 420px;
    margin: 10vh auto;
    border-radius: 10px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    padding: 20px 24px 24px;
    position: relative;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 24px;
    line-height: 1;
    border: none;
    background: transparent;
    cursor: pointer;
}

.gras2 {
    text-align: center;

    font-size: 15px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
}

@media(max-width: 900px) {

    header img {
        width: 150px;
        margin: auto;

    }

    .navLink {
        display: none;
        flex-direction: column;
        background: white;
        border-style: solid;
        border-left: black;
        border-right: black;
        position: absolute;
        box-sizing: border-box;
        left: 0;
        top: 150px;
        /* juste sous le hamburger */
        /* commence à gauche */
        width: 100%;
        /* prend toute la largeur */
        padding-left: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        gap: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        /* optionnel mais joli */
    }

    .navLink.show {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .navLink a {
        text-align: center;
    }

    .plusVert {
        display: block;
        background-color: darkseagreen;
    }


    .aufgussDIV1 {
        width: 100%;
    }

    .aufgussDIV1 img {
        width: 80%;
    }

    .titleAuf1 {
        text-align: center;
        margin: 0px;
        padding: 30px;
    }

    .aufgussDIV2 img {
        width: 70%;
        margin: auto;
    }

    .aufgussDIV2 {
        margin: auto;
        width: 100%;
    }

    .listeOpen {
        background-color: white;
        text-align: center;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        margin-top: 30px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;

    }

    .img-table {
        width: 70%;
    }

    .plusBrun {
        display: flex;
        flex-direction: column-reverse;
        background-color: #d18f55;
    }

    .baseBrun {
        display: block;
        background-color: #d18f55;
        margin: 0%;
        padding: 0%;
        left: 0;
        right: 0;
    }

    .titleRight {
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    .txtRight {
        width: 80%;
        margin: auto;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 20px;
    }

    .aufgussDIV2 video {
        width: 80%;
        margin: auto;
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 0%;
    }

    .aufgussDIV2 iframe {
        width: 80%;
        margin: auto;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 20px;
    }

    .titleAuf3 {
        text-align: center;
        padding-left: 0px;
    }

    .texte4 {

        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        margin: auto;

        font-size: 15px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    /*Projet de base*/
    .img-containers {
        width: 90%;
        padding-left: 0%;
        padding-right: 0%;
        margin-top: 0%;
        padding-top: 2%;
        margin-left: 0%;
        margin-right: 0%;
        margin: auto;
    }

    .img-containers img {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        margin-top: 5%;
    }

    .intro {
        text-align: justify;
        margin-bottom: auto;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        width: 90%;
        padding-left: 0%;
        padding-right: 0%;
        margin: auto;
        padding-bottom: 5%;
        padding-top: 5%;
    }

    .texte {
        text-align: center;
        padding-top: 30px;
        margin: auto;

        font-size: 20px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .texte2 {
        text-align: center;
        margin: auto;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
    }

    .displayMillieu img {
        display: none;
    }

    .texte3 {
        text-align: center;
        padding-top: 30px;
        padding-left: 100px;
        padding-right: 100px;
        margin: auto;

        font-size: 20px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    /*Les beunfaits*/
    .liste {
        padding-left: 10%;
        padding-right: 10%;
        margin: auto;
        font-size: 20px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    aside {
        display: none;
    }

    .bienfaits1 {
        width: 100%;
        background-color: darkseagreen;
    }

    .gras {
        text-align: center;
        padding-top: 30px;
        padding-left: 10%;
        padding-right: 10%;
        margin: auto;

        font-size: 25px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-weight: bold;
    }

    .carte {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .carte iframe {
        padding-left: 10%;
        padding-right: 10%;
        aspect-ratio: 16/9;
    }

    .aufDis {
        display: block;
    }

    .aufDis img {
        padding-left: 10%;
    }

    .txtAuf1 {
        text-align: justify;
        padding-left: 0px;
        width: 80%;
        padding-left: 10%;
        font-size: 20px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .txtAuf2 {
        text-align: justify;
        padding-left: 0px;
        padding-left: 10%;
        padding-right: 10%;
        width: 80%;
        margin: 0;
        font-size: 20px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .aufgussDIV3 {
        margin: auto;
        text-align: start;
        width: 80%;
        font-size: 20px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .titleAuf3 {
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 30px;
        font-family: "Source Sans 3", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-weight: bold;
        margin-top: 0%;
    }

    .titleAuf2 {
        padding-left: 0px;
    }

    .txtAuf3 {
        padding-left: 0%;
    }

    .button {
        margin-bottom: 20%;
        font-family: "Shadows Into Light", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        border-radius: 15px;
        border-color: black;
        border-style: solid;
        background-color: white;
        cursor: pointer;
    }

    .enter {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        border-radius: 15px;
        border-color: black;
        border-style: solid;
        background-color: white;
        margin-top: 10%;
    }
}