body {
    font-family: Arial, Helvetica, sans-serif;
    background: white;}
  
  h1 {
    color: #426C35;
    font-weight: bold;
    font-size: 36px;
  
  }
  .manu {
    background-color: #426C35;
    overflow: auto;
  }
  
  
  .manu ul {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }
  
  .manu li {
    display: inline-block;
    text-align: center;}
  
  .manu li a {
    display: inline-block;
    height: 20;
    width: 150px;
    color: #333333;
    background-color: #f5f5f5;
    padding : 10px;
    margin: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration :none;
    border-radius: 2px;
  }
  
  .manu li a:hover {
    background-color: #bdbdd1;
  }
  
  .main {
    overflow: auto;
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .main h2 {
    overflow: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 10px;
    background-color: #d6d599;
    color: #426C35;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
  }
  
  
  .photos {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #F0EDE4;
  }
  
  .photos img {
    border-style: solid;
    border-width: 6px;
    border-color: #426C35;
    border-radius: 6px;
    margin: 2px;
    object-fit: cover;
    object-position: top;
  }
  
  .photos h2 {
    color: #426C35;
    font-size: 28px;
  }
  .footer {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #777777;
  }
  .footer ul {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }
  
  .footer li {
    display: inline-block;
    text-align: center;
  }
  
  footer li a {
  
    display: inline-block;
    height: auto;
    width: auto;
    color: #333333;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .footer li a:hover {
    background-color: #d6d599;
  }
  
  .footer h2{
    color: #d4d599;
  }
  
  .footer p { 
  
    color: #f5f5f5;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  