/* CSS files add styling rules to your content */

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

canvas {
  color: black;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100vw;
        height: 100vh;
}



