* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	width: 100%;
	height: 100%;
	overflow: none;
}

body { 
-ms-overflow-style: none; 
} 
::-webkit-scrollbar { 
display: none; 
} 

img {
	position: absolute;
	width: 1000px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

canvas {
	transform: scale(1.3, 0.4);
}