.preloader{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}