.preloader{
	align-items:center;
	background-color:#111111;
	bottom:0;
	display:flex;
	height:100%;
	justify-content:center;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:16000;
}

.preloader > div{
	color:#fff;
	font-family:sans-serif;
	font-size:16px;
	font-weight:700;
}