.header {
	background-color: Blue;
	color: White;
	text-align: center;
	font-family: Castellar;
	font-style: normal;
	font-weight: bolder;
}

.content {
	padding-left: 5%;
}

.content img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.nav {
	background-color: Maroon;
	color: White;
	border-top: medium solid Black;
}

.nav a{
	color: White;
}