body {
	background-color: black;
	display: grid;
	align-items: center;
	justify-items: center;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

canvas {
	border: 2px solid #333;
	image-rendering: pixelated;
}

#TRASH-80-CONTAINER {
	width: 90%;
	display: grid;
	align-items: center;
	justify-items: center;
}
#TRASH-80-CONTAINER canvas {
	width: 100%;
}

#DEBUG {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-family: monospace;
	color: #999;
	text-align: right;
	font-size: 20px;
}