@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin-top: 10%;
	}

body.day {
	text-align: center;
	margin-top: 10%;
	background-color: #FFF;
	color: #000;
}

.bigf {
	font-size: 400%;
}
