@charset "utf-8";
/* Body */
body {
	background-color:#F9FAD7;
}

.container{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#splash{
	text-align:center;
}

#title{
	font-size: 4em;
	color: #5633BC;
}

#subtext{
	font-size: 2em;
}