body {
  background-color: #9ab896;
}

h1 {
	text-align: center;
  	font-family: "Georgia", Georgia, serif;
  	font-size: 36px;
}
h2 {
	text-align: center;
  	font-family: "Georgia", Georgia, serif;
}
h3 {
	text-align: center;
  	font-family: "Georgia", Georgia, serif;
}
h4 {
	text-align: center;
  	font-family: "Georgia", Georgia, serif;
}

.center {
  	margin-top: 30px;
  	margin-bottom: 30px;
  	text-align: center;
  	font-family: "Georgia", Georgia, serif;
}
p {
  	margin-left: 150px;
  	margin-right: 150px;
  	margin-top: 30px;
  	margin-bottom: 30px;
  	text-align: left;
  	font-family: "Georgia", Georgia, serif;
}

img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 45%;
}

.topnav {
	background-color: #606073;
	overflow: hidden;
	margin: auto;
	width: fit-content;
	border-radius: 5px;
}



/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	font-family: "Georgia", Georgia, serif;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
	background-color: #a3a3bd;
	color: white;
}