#image{
    display:block;
    max-width:100%; 
    margin:auto;
  }
  
  *{
      margin:0;
      padding: 0;
  }
  
  #main{
      background-color: antiquewhite;
      margin: 0;
  }
  #title{
  
      font-weight: bold;
      font-size: 35px;
      margin-bottom: 10px;
  }
  
  header{
      text-align: center;
  }
  
  header p{
      font-size: 20px;
      padding-bottom: 20px;
  }
  
  #image{
      height: auto;
      width: 1300px;
      background: no-repeat center center/cover;
      border-radius: 40px;
      display: block;
      margin:0px auto;
  }
  
  #img-caption{
      margin-left: 1258px;
      margin-top: -3px;
      font-size: 20px;
  }
  
  #img-div p{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
  }
  
  
  
  #container{
      border:2px solid rgb(185, 90, 111);
      display: flex;
      flex-direction: column;
      margin: 20px 35px;
      height: 1200px;
      justify-content: space-evenly;
      border-radius: 20px;
      background-color: rgb(238, 240, 240);
  
  }
  
  
  
  #h2{
      padding: 20px 20px;
      text-align: center;
  }
  
  #para{
      margin: 0px 20px;
      padding: 0px 20px;
      font-size: 20px;
  }
  
  #para1{
      font-weight: bold;
      text-align: center;
      font-size: 20px;
      padding-bottom: 20px;
  }
  
  #footer{
      height: 30px;
      width: 100%;
      color: white;
      background-color: black;
      display: flex;
      align-items: center;
      justify-content: center;
  }