html, body {
  background-color: black;
  overflow: hidden;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
}