body {
	pointer-events: auto;
	touch-action: none;
}

canvas {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* left: 0;
	top: 0; */
}

#bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: repeating-linear-gradient(0deg, rgba(97, 97, 97, 0.1) 0px, rgba(97, 97, 97, 0.1) 2px, transparent 2px, transparent 4px), linear-gradient(90deg, rgb(43, 43, 43), rgb(43, 43, 43));
}
