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

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


ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #000;
}
