body {
  background-color: rgb(0, 0, 0);

  /* leave it to hide the scrollbars */
  overflow: hidden;
}

canvas {
  height: 100vh;
}
