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

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
}

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

.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;
    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;
}

/* === Ajustes responsivos === */
@media (max-width: 768px) {

  body {
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
  }

  .painel {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .btn-lg,
  select.form-control {
    width: 90%;
    max-width: 320px;
    margin: 10px auto;
    display: block;
  }
}
