* {
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,“Segoe UI”,“Roboto”,“Oxygen”,“Ubuntu”,“Cantarell”,“Fira Sans”,“Droid Sans”,“Helvetica Neue”,sans-serif;
	height: 100%;

}

#wrapper {
  	min-height: 100%;
}

#main {
	overflow: auto;
	padding-bottom: 50px;
}

body {
    text-align: center;
    background: #2c2c2c;
	font-family: sans-serif;
	font-weight: 100;
}

h1 {
	color: #ffffff;
	font-weight: 100;
	font-size: 80px;
	margin: 40px 0px 20px;
}

#countdown {
	color: #fff;
	font-weight: 100;
	text-align: center;
	font-size: 60px;
	padding-top: 10px;
}

#countdown > div {
	display: inline-block;
}

#countdown div > span {
	max-width: 4em;
	min-width: 2em;
	width: auto;
	padding: 20px 10px;
	border-radius: 10px;
	background: #18191a;
	display: inline-block;
}

.smalltext {
	font-weight: bold;
	padding-top: 5px;
	font-size: 18px;
}

#reset {
	padding: 0.5em;
	background-color: #e9404c;
	font-size: 18px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	width: 200px;
	margin: 10px 0px;
	-webkit-appearance: button-bevel;
}

.page-footer {
	padding-top: 25px;
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear: both;
	color: white;
	background-color: #18191A;
}

.page-footer p a {
	color: #ffb700;
	text-decoration: none;
}

.page-footer p a:hover {
	color: #ffb700;
	text-decoration: underline;
}