html, body {
  margin: 0;
  padding: 0;
  overflow: auto;
}
canvas {
  display: block;
  z-index: -1;
}
