body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: black;
}

canvas {
  width: 100%;
  height: 100%;
}
