body{
    text-align: center;
    background-color: rgb(31, 255, 255);
}

h1{
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#escolha{
    font-size: 13px;
    width: 40%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#arruma{
    display: flex;
    justify-content: center;
}

#mensagem, #tentativas, #contador{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
}

img{
    width: 200px;
    height: 200px;
    margin-top: 35px;
}

button{
    background-color: rgb(136, 202, 245);
    margin: 10px;
    padding: 8px;
    border-radius: 10px;
    border: 0 ;
    color: rgb(23, 22, 22);
}

button:hover{
    background-color: rgb(225, 225, 225);
}
