.mire, .target {
  position: absolute;
  height: 20px;
  width: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-radius: 50%;
}

.mire {
  display: none;
  background-color: rgba(153, 205, 50, 0.493);
}

.target {
  background-color: rgba(248, 234, 33, 0.459);
}

.board {
  position: absolute;
  background-color: rgba(0, 0, 255, 0.644);
  top: 50px;
  left: 0;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
}

.board .stat {
  width: 100%;
  height: 33%;
  display: flex;
  background-color: rgba(34, 34, 88, 0.644);
  border: 1px solid rgb(0, 0, 0);
}

.current {
  height: 100%;
}

.mobscounter {
  position: absolute;
  top: 80px;
  right: 20px;
  background-color: white;
  min-width: 50px;
  height: 50px;
  z-index: 11;
  display: flex;
  align-content: center;
  justify-content: center;
}/*# sourceMappingURL=gameboard.css.map */