* {
  font-size: 20px;
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}
html, body {
  overflow: hidden;
  background-color: black;
  color: white;
  image-rendering: pixelated;
}

canvas {
  border: 1px solid black;
}