body {
	background: white;
	text-align: center;
}

#container {
	margin: 25px auto;
}

#display {
	font-size: 96px;
	font-family: "comic Sans MS";
	font-weight: bold;
	color: #396c9f;
	display: none;
}
#display span {
	width: 100%;
	display: block;
}

#display span.text {
	font-size: 24px;
	font-family: "comic Sans MS";
	font-weight: bold;
	color: #396c9f;
	width: 100%;
	display: block;
	margin-top: 25px;
}


.redirect {
	padding-bottom: 75px;
}

