body {
    background-color: black;
  
    /* leave it to hide the scrollbars */
    overflow: hidden;
  }
  canvas {
    padding: 0;
    margin: auto;
    display: block;
    width: width;
    height: height;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



/*# sourceMappingURL=main.css.map*/