body {
	display: flex;
	justify-content: center;
}
#canvas {
	width: auto;
	max-height: 100vh;
	max-width: 100vw;
}
