
/*PRE LOADER*/
.loading{
	position:fixed;
	width:100%;
	height:100vh;
	background-image: url('./images/preloading.gif');
	background-color: #fafafa;
	background-position: center;
	background-repeat: no-repeat;
	z-index:999999;	
}