.head{
    margin: 10px;
    padding: 0px;
    background-color: rgb(97, 161, 97);
    border-radius: 25px;
    border:2px solid black;
}
.bg{background-image: url(https://png.pngtree.com/thumb_back/fh260/back_our/20190619/ourmid/pngtree-travel-around-the-world-travel-poster-template-image_140335.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
.content{
    padding: 200px;
    text-align: left;
    font-size: xx-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.about{
    width: 750px;
    margin-top: 20px;
    background: whitesmoke;
    margin-left: 90px;
}
.para1{
    text-align: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.q{
    background-color:rgb(118, 150, 179);
    margin: 10px;
    padding: 5px;
    border-radius: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.head2{
    margin: 20px;
    padding: 10px;
    text-align: center;
    font-family:  'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.container{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    padding-left: 100px;
    padding-right: 100px;

}
.card {
    margin-bottom: 30px;
    align-items: center;
    padding-top: 30px;
    background-color: #f8f8f8;

}
.card-text{
    text-align: justify;
}
.qu{
    text-align: center;
    background-image: url(https://travel.usnews.com/dims4/USNEWS/071b573/2147483647/resize/445x280%5E%3E/crop/445x280/quality/85/?url=https://travel.usnews.com/images/main-2016-getty-resized_445x280_u6z3l3P.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.bg1{
    background-image: url(https://cdn.pixabay.com/photo/2020/03/21/19/27/sea-4955005__340.jpg);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}
.content2{
    text-align: center;
    padding-top: 500px;
    font-family: cursive;
    font-size: xx-large;
}


@media only screen and (max-width:500px){
.navbar{
    width: 100%;
    border: 1px solid black;
}
.about{
    width: 100%;
    margin-left: 0px;

}
.container{
    flex-direction: column;
}
.quote{
    color: aliceblue;
}
}