 body {
  background-image: url('https://i.pinimg.com/736x/d5/c9/a0/d5c9a0512938a7c00c72e6fc0abafdfe.jpg');
  }
  
  .container {
    margin: 100px 0 0 200px;
    width: 70%;
    height: 450px;
    display: flex;
    justify-content: center;
    gap: 10px;
    }
    
  .container img{
     width: 10%;
     height: 100%;
     object-fit: cover;
     border-radius: 10px;
     border: 2px solid rgba(255,255,255,0.68);
     transition: all ease-in-out 0.5s;
      }
      
  .container img:hover{
    width: 25%;
    }
   /*header*/
   
  .headercontainer{
    background-position: center;
    background-size: cover;
    border: 3px solid brown;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0 0 13px 13px white inset;
    font-weight: 600;
    height: 34vh;
    position: relative;
    width: 100%;
  }
  
  .header-text {
    color: brown;
    left: 10px;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    text-shadow: 2px 1px white;
    top: 20px;
  }

  .header-text h1 {
    font-family: Times;
    font-size: 55px;
    margin: 0;
  }

  .header-text p {
    font-size: 20px;
    margin: 4px 0;
  }
  




.navstrip {
    align-items: stretch;
    background: brown;
    border-bottom: 0px solid brown;
    display: flex;
    font-style: italic;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
    width: 100%;
    position: relative;
  }

.navstrip a {
    align-items: center;
    background-color: brown;
    border: 1px solid brown;
    color: white;
    display: flex;
    flex: 1;
    font-family: Times;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px white;
  }

  .navstrip a:hover {
    background-color: #C7051;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.12);
    z-index: 1;
  }
  
  .container {
    background: url(https://i.pinimg.com/736x/58/82/21/588221f123c8e37a0dfa0f2b4164b93d.jpg);
    background-size: cover;
    border: 3px solid lightgrey;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250;
    width: 70%;
    text-align: center;
    
  }
  
  

  
