@media only screen and (min-width: 851px) {


body, html{
    width: 100%;
    flex-shrink: 0;

    background: #000;

    
}
.bouton h2{
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 100px;
    text-align: center;

    width: 50%;

    margin: auto;
    margin-top: 100px;
}
#menu{
    margin: 50px ;
    width: 90%;
}
h1{
    width: 229px;
    height: 125px;
    flex-shrink: 0;

    color: #8074C3;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-left: 50px;
    margin-top: -80px;

    position: absolute;
}
a{
    text-decoration: none;
}

}