body, html {
    margin:0;
    padding:0;
    font-size:0;
  }
  div {
    display:none;
  }
  canvas {
    width:100vw;
    height:100vh;
  }