html,
body {
  margin: 0;
  padding: 0;
  background-color: #222;
}

/* Pixel art scaling */
canvas {
  image-rendering: pixelated;
}