body{
    font-family: 'GT Flexa';
    font-variation-settings: "wght" 750, "wdth" 100, "ital" 0;
    background-color: black;
}



.ensemble_texte {
    position: fixed;
    font-size: 40px;
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.texte {
    width: 60%;
}

a {
    text-decoration: none;
    cursor: zoom-in;
    color: aquamarine;
}

a:hover {
    color: gold;
    font-variation-settings: "wght" 250, "wdth" 100, "ital" 100;
}