html,
body {
    background: black;

  
}

/* Scale canvas with resize attribute to full size */
#canvas {
  position:fixed;
     
   z-index: 0;
    top:0px;
    width:100%;
    height: 500px;


}
