p{
    text-align: justify;
    /* font-feature-settings: "palt"; */
}

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


a{
    text-decoration: none;
}

ul{
    list-style: none;
}



