.canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  height: 100vh !important;
}

.box {
  width: 100%;
  height: 100vh;
}