*{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/diggs.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

h1{
	font-size: 12em;
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: white;
	margin: 100px;
	text-shadow: 1px 2px 4px rgb(79, 44, 29);
}

h2{
	font-size: 6em;
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: white;
	text-shadow: 1px 2px 4px rgb(79, 44, 29);
}

#clockdiv{
	font-size: 4em;
	font-family: 'Anton', sans-serif;
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 150px;
	color: white;
	background-color: rgb(255, 124, 25);
	text-shadow: 1px 2px 4px rgb(79, 44, 29);
}

#dayshr{
	width: 50%;
	float: left;
}

#days{
	width: 47%;
	float: left;
}

#hrs{
	width: 47%;
	float: right;
}

#minsec{
	width: 50%;
	float: right;
}

#min{
	width: 47%;
	float: left;
}

#sec{
	width: 47%;
	float: right;
}

#tix{
	text-align: center;
	font-size: 2em;
	font-family: 'Anton', sans-serif;
	color: white;
	text-shadow: 1px 2px 4px rgb(79, 44, 29);
	margin-top: 50px;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	color: rgb(255, 124, 25);
}

img{
	width: 10%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}