html,
body {
	width: 100%;
	height: 100%;
	font-family: "Raleway";
	font-weight: 400;
}

#main-logo {
	margin: auto;
}

#main-container {
	text-align: center;
	background-image: url("..//img/hatter.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	min-height: 100vh;
	color: #f1f1f1;
}

#main-container h1 span,
#main-container p span {
	font-weight: 800;
}

#main-container p {
	width: 50%;
	margin: 35px auto;
	font-size: 18px;
}

#clockdiv div {
	display: inline-block;
}

.days,
.hours,
.minutes,
.seconds {
	margin: 0px 25px;
	line-height: 100px;
	font-size: 65px;
	border-top: 0px solid ;
}

.smalltext {
	font-size: 25px;
}