html,
body {
  margin: 0;
  padding: 0;
  font-family: monospace;
  width: 100vw;
  height: 100vh;
}

html, body, canvas {
  background-color: #dadada;
}

canvas,
img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
