#game {
	height: 100vh;
}

body {
	margin: 0px; 
	padding: 0px;
}

canvas {
	image-rendering: pixelated;
}