/*basic reset*/
* {margin: 0; padding: 0;}
/*adding a black bg to the body to make things clearer*/
body {background: black; color: white; font-size: xx-large; overflow: hidden; -ms-overflow-style: none; scrollbar-width: none;}
canvas {display: block;}
