body{
	margin-left: 10%;
	margin-right: 10%;
	font-size: 20px;
}
header{
	background-color: lightgrey;
	text-align: right;
	font-size: 30px;
	text-transform: uppercase;
	height: 150px;
}
img{
	width: 15%;
	height: 150px;
	float: left;
}
p{
	text-align: center;
}
nav{
	background-color: #9B8D8A;
	padding: 10px;
}
section{
	background-color: #AE4C37;
	float: left;
	width: 60%;
	height: 100px;

}
aside{
	align-content: right;
	float: right;
	background-color: #DFB317;
	width: 40%;
	height: 100px;
}
footer{
	background-color: #A1B760;
	padding: 10px;
}