html {
    cursor: url(imagens/mata_mosquito.png) 30 30, auto;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background-color: #43ff81;
}

::-webkit-scrollbar-thumb {
    background-color: #00a738;
    border-radius: 40px;
}

body {
    background-image: url('imagens/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.img_mosquito01 {
    height: 30px;
    width: 30px;
}

.img_mosquito02 {
    height: 80px;
    width: 80px;
}

.img_mosquito03 {
    height: 120px;
    width: 120px;
}

.ladoA {
    transform: scaleX(1);
}

.ladoB {
    transform: scaleX(-1);
}

.painel {
    position: absolute;
    width: auto;
    padding: 10px;
    left: 0px;
    bottom: 0px;
    border-top: solid 1px #FFF;
    background-color: #FFF;
    opacity: 0.7;
}

.vidas {
    float: left;
}

.cronometro {
    float: left;
    font-size: 20px;
    font-weight: bold;
    align-items: left;
}

td {
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
}

td.colocacao {
    font-weight: bolder;
    
}

td.jogador {
    color: white;
    font-weight: bolder;
}

td.pontuacao {
    font-weight: bolder;
}