body {
    font-family: 'Tahoma', 'open Sans', sans-serif;
    background: #827500;
  }
   
  h1 {
    color: #43ac6f
    rgb(255, 247, 231)
    font-size 36px;
  }
  
  .menu {
    background-color: #2b2c0f;
    overflow: auto;
  }
  
  .menu ul { 
  text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none; 
  }
  
  .menu li{
    display: inline-block;
    text-align: center;
  }
  
  .menu li a {
    display: inline-block;
    height: 20;
    width:  150px;
    color: #1f221e;
    background-color: #827500;
    padding: 10px;
    margin: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;  
  }
  
  
  .menu li a:hover{
    background-color: #d6d599;
  }
  
  .main {
    overflow: auto;
    text-align: center;
    background-color: #949483;
    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: #2b2c0f;
    color: #827500;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
  }
  
  .photos {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #79765c;
  }
  
  .photos img {
    border-style: solid;
    border-width: 6px;
    border-color: #827500;
    border-radius: 6px;
    margin: 2px;
    object-fit: cover;
    object-position: top;
  }
  
  .photos h2{
    color: #827500;
    font-size: 28px;
  }
  
  .footer {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
   
  }
  
  .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: #2b2c0f;
    background-color: #ffffff;
    padding: 10px;
    margin: 4px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
  }
  
  .footer li a:hover {
    background-color: #d6d599;
  }
  
  .footer h2 {
    color: #d6d599;
  }
  
  .footer p {
    color: #ffffff;
  }