body{
    background-image: url("../img/loser_land.png");
    background-size: cover;
    background-position: center;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#conn_deconn{
    position: absolute;
    display: flex;
    left: 10px;
    top: 10px;
    justify-content: center;
    align-items: center;
    width: 6vw;
    height: 6vh;
    text-decoration: none;
    background-color: #ab4b4b;
    border-radius: 45px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 1em;
    text-decoration: none;
    color: black;
    font-size: 1.6em;;
    
}

#joueur {
    display: flex;
    width: 16vw;
    height: 16vh;
    text-decoration: none;
    background-color: #ab4b4b;
    border-radius: 45px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
}

#play{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 3em;
    width: 8vw;
    height: 8vh;

    
    border-radius: 45px;
    background-color: rgb(196, 105, 105);
}