body {
	margin: 0;
	background: #87CA40;
	color: white;
	touch-action: none;
}

canvas {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: var(--svh, 100vh);
}

svg {
	display: none;
}