* { 
  background-color: black;
  color: white;
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
  /* font-family: monospace; */
  overflow: hidden;
}

html, body {
  margin: 0;
  height: 100%;
}

.game-content {
  width: 100vw;
  height: 100vh;
  /* border: 1px solid gray; */
}

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