@charset "utf-8";
/*Simple reset*/
* {margin: 0; padding: 0;}

canvas {
	
	position: fixed;
	left: 0;
	top: 0;
	height: 120%;
	width: 100%;
	pointer-events: none;
	z-index: 9999;
}
