.loader {
	background: #000;
	height: 100%;
	position: fixed;
    top: 0;
	width: 100%;  
    z-index: 99999;
}
.loader-container {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.loader h2 {
	font-weight: 300;
	font-style: normal;
	font-size: 3em;
	color: #fff;
	position: relative;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
    text-transform: uppercase;
}