/*basic reset*/
* {margin: 0; padding: 0;}
/*adding a black bg to the body to make things clearer*/
body {background: white;}
canvas {display: block;}
#c{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
