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

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

.fly1 {
  width: 50px;
  height: 50px;
}

.fly2 {
  width: 70px;
  height: 70px;
}
.fly3 {
  width: 90px;
  height: 90px;
}

.faceA {
  transform: scaleX(1);
}
.faceB {
  transform: scaleX(-1);
}

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

.life {
  float: left;
}

.timer {
  float: left;
  font-size: 20px;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
