#loading {
	position: fixed;
	top:0;
	left: 0;
	width: 100vw;
	height: 100vh;
	text-align: center;
	z-index: 10000;
	background-color: #000000;
}
#loading img {
	position: fixed;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10001;
}
