html,
body {
  margin: 0;
  overflow: hidden;
  background: #0a0a19;
  height: 100vh;
  width: 100vw;
}

canvas {
  display: block;
}
