html{
    cursor: url('../imagens/mata_mosca.png') 30 30, auto;
}
body,html{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: whitesmoke url('../imagens/bg.jpg') no-repeat;
    background-size: cover;

}

.mosquito1{
    width: 50px;
    height: 50px;
}
.mosquito2{
    width: 70px;
    height: 70px;
}
.mosquito3{
    width: 90px;
    height: 90px;
}

.ladoA{
    transform: scaleX(1);
}
.ladoB{
    transform: scaleX(-1);
}

.painel{
    position: absolute;
    width: 190px;
    padding: 10px;
    bottom: 0;
    left: 0;
    border-top: 1px solid white;
    background: whitesmoke;
    opacity: 0.7;
}

.vidas{
    float: left;
    padding-left: 20px;
}

.cronometro {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}

.menu{
    position: absolute;
    left: 45%;
    top: 20px;
    width: 200px;
    padding: 20px;
}

.menu button{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgb(8, 61, 8);
    opacity: 0.8;
    background: midnightblue;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}
.menu button:hover{
    background:rgb(16, 105, 16);
}

.ScoreFinal, select, select:hover, option, option:hover{
    background-color: rgb(33, 36, 20);
    color: whitesmoke;
    padding: 10px;
    border-radius: 5px;
    border-top: 1px solid aliceblue;
    border-left: 1px solid aliceblue;
    border-bottom: 1px solid aliceblue;
    border-right: 1px solid aliceblue;
    opacity: 0.7;
}

.ScoreFinal:hover{
    color: white;
    opacity: 0.8;
}

#nivel-erro{
    visibility: hidden;
    padding: 2px;
    background: crimson;
    border-radius: 3px;
    color: aliceblue;
}