html {
	overflow: hidden;
	touch-action: none;
	content-zooming: none;
	user-select: none;
}
body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: #fff; 
	width: 100%;
	height: 100%;
}
canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff; 
}
#image {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -220px;
	border-radius: 15px;
}