/** Loading screen */
#foreground {
	overflow: visible;
	z-index: 999;
}

#followCursor {
	height: 300vw;
	width: 300vw;
}

#loading {
	position: fixed;
	color: var(--bg);
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading > span {
	position: relative;
	display: inline-block;
	z-index: 9;
	opacity: 0;
	filter: blur(10px);
	transform: translate(0, -50%);
}
