#gameScreen {
  margin: auto;
  width: 1024px;
  height: 768px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

div {
  display: grid;
}

#gameUHD {
  margin: auto;
  width: 1024px;
  height: 96px;
  margin-top: 0px;
  background-color: black;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

#hammerScreen {
  width: 128px;
  height: 128px;
  margin-top: -5px;
  background-color: grey;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

@font-face {
  font-family: emulogic;
  src: url("../fonts/emulogic.ttf");
}