body {
	margin: 0;
	background: black;
	overscroll-behavior: none;
}

canvas {
	width: 100vw;
	height: 100vh;
}