* {
	padding: 0;
	margin: 0;
}

body {
	background: black;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
}

#countdown {
	margin-top: 200px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#countdown span.d {
	font-size: 100px;
	line-height: 5px;
}

#countdown span.h, #countdown span.m {
	font-size: 38px;
}

#countdown span.s {
	font-size: 64px;
	line-height: 40px;
}

span.warn {
	margin-top: 100px !important;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 20px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}