html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
html canvas, body canvas {
  width: 100vw;
  height: 100vh;
  display: block;
}
