body {
	background-color: #2D2D8A;
}

header,section,footer{
	background-color: #F00;
	width: 80%;
	margin:0px auto;
	text-align: center;
	font-size: 3em;
	color: #FFF;
	border: 4px solid #FFF;
	margin-bottom: 25px;
	height: 150px;
	font-weight: bold;
}

section{
	height: 400px;
}

footer{
	height: 100px;
}