body {
  width: 100vw;
  height: 100vh;
  overflow:hidden;
  background:transparent;
}
#canvas {
  display: block;
  width: 100%;
  height: 100%;
}