*{
    margin : 0;
    top : 0;
    left : 0;
    right : 0;

    text-decoration: none;

    overflow-x: hidden;

}

button{

    width : 15vw;
    height : 4vw;

    font-size: 1.5vw;

    background-color: var(--button_background_pink);
    color: var(--dore_background);

    border : 0;
}

button a{
    color : var(--dore_background);
}

button:hover{
    background-color: var(--button_background_pink);
}


body{
    display : flex;
    flex-direction: column;
   
}




@media only screen and (max-width:768px)  {



    button{

        width : 30vw;
        height : 8vw;
    
        font-size: 3vw;
    }
    



}

