body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #00f;
}
#canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}