.loader,#loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
	font-family: Arial;
	color: #fff;
	text-align: center;
	transition: all 0.4s;
	z-index: 100;
}

.loader-body{
	width: 60%;
	height: 60%;
	position: absolute;
	top: 20%;
	left: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}