body {
    background-color: #191C24;
}

#mes_buttons {
    padding-top: 50px;
}

#mes_buttons .mes_buttons {
    width: 250px;
    background-color: #191C24;
    padding: 10px;
    border-radius: 35px;
    border: 1.5px solid green;
    cursor: pointer;
    margin: 25px;
}

#mes_buttons .mes_buttons:hover {
    width: 300px;
    background-color: green;

}

#mes_buttons .mes_buttons a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

#jeux .mes_buttons2 {
    width: 250px;
    background-color: #191C24;
    padding: 10px;
    border-radius: 35px;
    border: 1.5px solid green;
    cursor: pointer;
    margin: 25px;
    text-align: center;
}

#jeux .mes_buttons2 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}