body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border: 0px;
	left:0px;
	top:0px;
	width: 100vw;
	height: 100vh;
	background-color: #41995a;
	touch-action: none;
	-ms-touch-action: none;
}

#canvas {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #28652f;
	padding: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
	margin: 0px;
}
