/*basic reset*/
* {margin: 0; padding: 0;}
/*adding a black bg to the body to make things clearer*/
body {background: black;}
canvas {display: block;
    position: fixed;
    z-index: -1;}


button {
      bottom: 0;
      left: 0;
      position: absolute;
      width: 1%;
      background-color: #555555;
      
    }