@charset "UTF-8";

body{
    font-family:verdana;
}

#description{
    background:linear-gradient(to bottom, #a0c0fb, #6d85d4, #5f54b1);
    width:800px;
    margin:auto;
    color:rgb(237, 245, 243);
    border-radius:20px;
    padding:10px 15px;
}

#description p, #description ul{
    font-size:1.2em;
}

#description h2, #description p{
    margin:5px 0px;
}

#container{
    width:800px;
    margin:auto;
    margin-top:20px;
    align-items: center;
    display:flex;
    justify-content: start;
    flex-wrap: wrap;
}

button{
    padding:5px 10px;
    font-size:1.2em;
    cursor:pointer;
    margin:10px;
}

.perchoir{
    position:relative;
    width:347px;
    height:480px;
}

.perchoir>img{
    position:absolute;
    left:0px;
}

.row{
    display:flex;
    justify-content: center;
    gap:2px;
}

.row>div{
    background-color:lightgray;
    border:2px solid gray;
    border-radius:2px;
    width:30px;
    height:30px;
    display:flex;
    border-top-color:whitesmoke;
    border-left-color:whitesmoke;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    user-select: none;
}

.clavier{
    flex-wrap: wrap;
}

.row>div:active{
    background-color:gray;
}

.lettresSecretes{
    display:flex;
    justify-content: center;
    margin-bottom:20px;
    gap:0px 15px;
}

.lettresSecretes>div{
    font-size:3em;
    text-decoration: underline;
    font-family: consolas;
}

.score{
    padding-bottom:50px;
    display:flex;
    align-items: start;
    justify-content: center;
    font-size:1.5em;
}