* {
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100vh;
	/* background: rgba(91, 50, 22, 0.519); */
	margin: 0;
	overflow: hidden;
}

canvas {
	width: 100%;
	height: 100%;
	image-rendering: pixelated;
	z-index: 1;
	padding: 5px;
}
