* {
  margin: 0;
  padding: 0;
}

body {
}

canvas {
  background: hsl(0, 0%, 90%);
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
