@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

body {
	margin: 0 0 0 0;
	background-color: #202020;
}
#countdown {
	font-size: 60pt;
	font-family: 'open sans';
	font-weight: 300;
	text-align: center;
}

#day {
	color: #3c8d0d;
}

#hour {
	color: #cc0000;
}

#minute {
	color: #3c8d0d;
}

#second {
	color: #cc0000;
}

#christmas {
	text-align: center;
	font-size: 45pt;
	font-family: 'open sans',arial;
	font-weight: 300;
	color: #dfdfdf;
}