header {
	width: 100%;
	background-color: pink;
	height: 15rem;
	margin-bottom: 2rem;}

p {
		font-family: verdana;
		text-align: center;
	vertical-align: middle;
}

nav {
	width: 100%;
	background-color: lightblue;
	height: 5rem;
		margin-bottom: 2rem;

}
div {
	width: 100%;
	background-color: green;
	height: 2rem;

}
main {
	width: 100%;
	background-color: green;
	height: 20rem;
	margin-bottom: 2rem;
	display: flex;
}

article {
	background-color: yellow;
	height: 15rem;
	width: 45%;
	margin-right: 1rem;
	margin-top: 1rem;
	margin-left: 1rem;
}

footer {
	width: 100%;
	background-color: orange;
	height: 5rem;
}
