html{
    cursor: url('imagens/mata_mosca.png') 30 30, auto;
}


body {
    background-image: url('imagens/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.mosquito1 {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('imagens/mosquito.png');
    background-size: cover;
}

.mosquito2 {
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url('imagens/mosquito2.png');
    background-size: cover;
}

.mosquito3 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('imagens/mosquito3.png');
    background-size: cover;
}





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

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


.vidas {
    float: left;
    
}

.cronometro {
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}