#preloadmask{
	background-color: #e1a583;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	z-index: 9999999999999;
}

#preloadmask img{
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
}

