* {
	margin: 0;
	padding: 0;
	}
	
body {
    font-family: 'Questrial', sans-serif;
	background-color: rgb(0,0,0);
	color: white;
	}
	
img {
	width: 100%;
	margin-top: 50px;
	}		
	
#days {
	color: rgb(255,170,53);
	}
	
h1 {
	text-align: center;
	margin-bottom: 30px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    letter-spacing: 5pt;
	}	

h2 {
	font-size: 20pt;
	text-transform: uppercase;
	}
	
.days {
	font-size: 50pt;
	
	}
	
.hours {
	font-size: 50pt;
	
	}
	
.minutes {
	font-size: 50pt;
	
	}
	
.seconds {
	font-size: 50pt;
	
	}
	
#clockdiv {
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	}
	
#left {
	width: 50%;
	float: left;
	}
	
#right {
	width: 50%;
	float: right;
	}
	
#days {
	width: 50%;
	float: left;
	}
	
#hours {
	width: 50%;
	float: right;
	}
	
#minutes {
	width: 50%;
	float: left;
	}
	
#seconds {
	width: 50%;
	float: right;
	}