*{
	box-sizing: border-box;
	background: #000 !important;
}

body{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none !important;
	outline: none !important;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 !important;
	font-family: ;
}

p{
	font-family: 'Helvetica';
}

#box{
	width: 100%;
	height: 100vh;
	/*background: url(../img/pvmnt-crack.png) no-repeat !important;
	background-size: cover !important;
	background-position: center !important;*/
}

.starter{
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
	padding: 50px 0;
}

.logo{
	width: 200px;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
}

.starter p{
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

.countdown{
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
	color: #fff;
	margin-top: 140px;
}

footer{
	position: fixed;
	width: 100%;
	height: fit-content;
	text-align: center;
	bottom: 30px;
}

footer p{
	margin: 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}






