#snowCanvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none; /* So canvas does not block mouse clicks */
	z-index: 0; /* behind all other content */
	display: block;
}
