* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #17313e;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2vh 10vw;
    color: #ffffff8d;
}

main {
    color: #17313e;
    box-shadow: 0.5rem 0px 2rem #7b6e6e90;
    display: flex;
    gap: 1rem;
    padding: 2rem;
    flex-direction: column;
}
main,
.touche,
button,
input {
    border-radius: 2rem;
    background-color: #ffffff8d;
}
.touche,
button, input{
    padding: 2rem;
    box-shadow: 0px 0px 0.8rem #00000080;
    border: none;
    display: flex;
}
input, #reinBtn{
    padding: 0.8rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}
input:focus, input:active{
  outline:2px solid #ffffff;
}
button {
    color:#17313e;
    padding: 1rem;
    width: fit-content;
}
div {
    display: flex;
    gap: 1rem;
}

button:active {
    background-color: #ffffff75;
    box-shadow: 0px 0px 0.8rem #00000040;
}
ul {
    padding: 2rem;

}
li {
    padding: 0.5rem;
}

.inactive{
opacity: 30%;
}

.none {display: none;}

form {
    display: flex;
    flex-direction: column;
    gap : 1rem
}
label{line-height:0.6rem;font-size: 0.9rem;}
