canvas {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	touch-action: none;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
}
