
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
html, body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
ul, li {
    padding: 0px;
    margin: 0px;
}
li {
    list-style: none;
}
html,body{
    font-family: 'Poppins', sans-serif;
}
/* ... the rest of the large CSS content ... */
