@charset "utf-8";
body {
	width:900px;
	margin: 0px auto;
	background:#F1DA78;
}

.header hgroup p {
	display: block;
	height: 5px;
	border-top: thick solid #ED0A0E;
	margin: 1em 0;
	padding: 0;
	text-shadow: 0px 0px #F8060A;
	border-bottom: thick;
	border-right: thick;
	border-left: thick;
	background-color: #28D041;
	}
	
footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 2em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

footer p {
	color:#FFFFFF;
	margin: 0px;
}

header hgroup {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 2em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
	
header hgroup p {
	color:#FFFFFF;
	margin: 0px;
}
	
header hgroup {
	background: #ecad17;
}


footer {
	background: #ecad17;
}
    
