@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

html,
body {
    scroll-behavior: smooth;
    background-color: #f1f1f1;
    font-family: "poppins", sans-serif;
    /* font-size: 14px; */
    color: #333;
    line-height: 1.5;
    /* font-weight: 300; */
}

ul,
li{
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover{
    color: #fd5f0d;
}