
#spinner {
	visibility: hidden;
}

#spinner-background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 198;
	
	background: black;
	opacity: 0.8;
}

#spinner-animation {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 199;
	
	color: white;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	font-size: 36px;
}