body{
	background-color: blue;
}

main {
	width: 100%;
	margin: 0 auto;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav {
	display: flex;
	height: 45px;
	color: #24248f;
	justify-content: space-around;
	background-color: black;
	align-items: center;

}
nav a {
	color: white;
	text-decoration: none;
}
section{
	background-color: white;
}