h1 {color:#97ae8c;}
h1 {font-size: 70px;} 

h2{color: #97ae8c}
h2{font-size: 35px;} 

p{font-size:25px;} 
body {
  background-color: #2F575D;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #28363D;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #74561;
  color: #97ae8c;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #b6a5f;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}