@import url('css.css');
 #loading-page {
	 width: 100vw;
	 height: 100vh;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 z-index: 999 !important;
	 background-color: #1a1a1a;
	 font-family: 'Playfair Display', serif;
}

 #loading-page .counter {
	 text-align: center;
}

 #loading-page .counter h1 {
	 color: white;
	 font-size: 10vw;
	 letter-spacing: -.3rem;
}

@media screen and (max-width: 1023px) {
	 #loading-page .counter h1 {
	 font-size: 9vw;	
	}
	 #loading-page {
	 height: 100%;
}
}