* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	overflow: hidden;
}
canvas {
	position: absolute;
	/*image-rendering: pixelated;*/
}