#title{
    text-align: center;
}

#boatTitle{
    font-size: 40px;
    text-align: center;
}

.titlePic{
    display: block;
    width: 75%;
    min-width: 500px;
    max-width: 600px;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
}

#flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}


.columns{
    flex-shrink: 0;
    border: 4px solid rgb(192, 192, 192);
    border-radius: 20px;
    text-align: center;
    width: 23%;
    min-width: 165px;
    padding: 15px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}

h2{
    margin: 10px;
}
.price{
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.time{
    font-size: 10px;
    margin-top: 5px;
}

.list{
    text-align: left;
}

.list li {
    list-style: none;
  }

  .list li::before {
    content: '';
    display: inline-block;
    height: 1em; 
    width: 1em; 
    background-image: url('../images/green-check-mark.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .button{
    background-color: red;
    color: white;
    /* border: 2px solid rgb(192, 192, 192); */
    border: 0px;
    border-radius: 9px;
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5); */
    text-decoration: none;
    padding: 11px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 110px;
    text-align: center;
  }

  .button:hover{
    background-color: rgb(204, 0, 0);
  }


  .bottomImg{
    width: 100%;
    background-image: url('../images/car.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .boatBottom{
    width: 100%;
    background-image: url('../images/boat.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bottomImg{
      width: 100%;
      background-image: url('../images/carFooter.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 500px; 
  }