ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start !important;
}

/* adding font family */
body {
    /* font-family: 'Playfair Display', serif; */
    /* font-family: 'Roboto', sans-serif; */
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
html {
    /* font-family: 'Playfair Display', serif; */
    /* font-family: 'Roboto', sans-serif; */
    overflow-x: hidden !important;
}

.start{
    text-align: start !important;

}
.start p{
    text-align: start !important;
}