body{
    background-color: #ecd9c6;
    }
  
  .page-margin{
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 70px;
  }
  
  .navBar{
    position: fixed;
    max-width: 100%;
    width: 100%;
    z-index: 2;
  }
  
  h1{
    font-family: 'Lobster', cursive;
    font-size: 50px;
  }
  
  .pic1{
    border-radius: 25px;
    display: block;
    margin:auto;
    width: 475px;
  }
  
  .card-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  
  .card-body{
    background-color: #fff2e6;
  }
  
  .basic-info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 40%;
  }

  #see-places{
    display: block;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .travel-img{
    height: 200px;
  }

  .travel-cards{
    flex-basis: 21%;
    margin-bottom: 25px;
  }

  #output-places{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .form1{
    display: flex;
    flex-direction: column;
    width: 250px;
  }
  
  .submit{
    padding-top: 10px;
  }