#the-head{
    font-family: 'Concert One', cursive;
    color: rgb(81,122,62);
    text-align: center;
    margin-top: 100px;
}
.itinerary-des{
    width: 900px;
    max-width: 99%;
    margin: auto;
    border: 2px dashed rgb(81,122,62);
    border-radius: 10px;
}
.itinerary-des h2{
    font-family: 'Pacifico', cursive;
    padding-left: 20px;
    color: #222;
}
.itinerary-des p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0 20px;
    text-align: justify;
}
.des-des{
    color: #555;
}
