body {
    overflow: hidden;
    margin: 0;
  }
  
  canvas {
  display: block;
  position: absolute; 
  left: 0;
  top: 0;
}

