body {
  overflow: hidden;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

@font-face {
  font-family: Gaming;
  src: url(../assets/fonts/retro_gaming.ttf);
}

#content {
  margin: auto;
  width: 1026px;
  height: 512px;
  cursor: url(../assets/cursors/hand.png) 6 3, auto;
}

#game {
  margin: auto;
  border: solid 1px gray;
  display: block;
  margin-top: 64px;
  cursor: url(../assets/cursors/sword.png), auto;
}

#minimap {
  position: relative;
  top: -514px;
  left: 770px;
}

.player_info {
  position: relative;
  font-family: Gaming;
  padding: 16px;
  top: -350px;
  left: 510px;
  display: inline-block;
  color: black;
  width: 224px;
  height: 226px;background-color: saddlebrown;
}

.values {
  color: white;
}

.life-heart {
  margin: 2px;
}
