
@media only screen and (max-width: 850px) {

body, html{
    width: 393px;
    height: 862px;
    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;
}
#menu{
    margin: 50px ;
}
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: 160px;
}
a{
    text-decoration: none;
}
}