/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 26 2025 | 19:46:07 */
#loading {
	z-index: 100;
	position: fixed;
	width: 100vw;
	height: 100vh;
	margin: auto;
	top:0;
	left:0;
	background: white;
}
#loading img {
	width: 50vmin;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
