.stats{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  font-size: 2vw;
  color: white;
  -webkit-text-stroke: 1px white;
}
#sprints{
  margin-top: 3vw;
}
div#info{
  font-size: 3vw;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
}
.hide{
  display: none;
}
#closest{
  margin-top: 5vw;
}
#cover{
  position: absolute;
  z-index: 1;
  width: 60vw;
  left: 10vw;
  display: none;
}
#healths{
  margin-top: 1vw;
}
#distance{
  margin-top: 7vw;
}
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}
#damage{
  position: absolute;
  z-index: 1;
  margin: 0;
  width: 98vw;
  height: calc(100% - 2vw);
  border: 1vw solid rgba(255,0,0,0.5);
  display: none;
}