html, body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

canvas {
  background: hsl(190, 25%, 7%);
}