body {
    background: #E5E7E6;
    font-family: 'cambria'.sans-serif;
    margin:0px;
    
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #8A3324;
  overflow: hidden;
  padding: 10px 10px;
  flex-grow: auto;
}

/* Style the links inside the navigation bar */
.topnav a {    
  color: #E5E7E6;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
    font-family: 'cambria'
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #E5E7E6;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #E9692C;
  color: E5E7E6;
}
.mainimg {
    height: 100%;
    width: auto
}
}