

h1 {color:#315a39;}
h1 {font-size: 60px;}

p {color:#204338}
h2{color: white}
p {font-size: 25px;}

   
body {background-color:#97a79f}


  
/* Add a black background color to the top navigation */
.topnav {
  background-color: #c4c6c4;
  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;
}
#image  {
	text-align: center; 

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

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

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

{