html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: black url("SS_AI.png") no-repeat center;
	position: relative;
}

#container {
	height: 100%;
	width: 100%;
	display: grid;
	place-items: center;
}

canvas {
	translate: 16px -16px;
	display: block;
    user-select: none;
	/* background: rgba(255 255 255 / 0.5); */
}
