
html, body, canvas {
	touch-action: none;
	touch-action-delay: none;

-webkit-user-select: none;
    -webkit-touch-callout: none;
	
}