/* Css Reset */

*, ::after, ::before {
    scroll-behavior: smooth;
    /* margin: 0;
    padding: 0; */
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-collapse: collapse;
}

body {
    font-family: 'Poppins', sans-serif;

}

a {
    text-decoration: none;
    color: black;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.list-style-none {
    list-style: none;
}
