html, body {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 99%;
	height: 99%;
	background:#000;
	touch-action: none;
	content-zooming: none;
}
canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#textures {
	visibility: hidden;
}


p {
	position: fixed; 
	top: 2%; 
	left: 2%; 
	color: #fff; 
	text-transform: uppercase; 
	font-family: 'Helvetica', 'Arial', sans-serif; font-size: 2em;
}