body {
  padding: 0;
  margin: 0;
}

canvas {
  height: 324px;
  background-color: #f3fee1;
  image-rendering: pixelated;
  margin: 16px;
}
