body {
  position: relative;
  margin: 0;
  padding: 0;
}

#canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}