* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

li {
    list-style-type: none !important;
}

a {
    text-decoration: none !important;
    font-size: 16px !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
}

p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #ffffffa6 !important;
    font-weight: 300 !important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    color: #fff !important;
}

h1 {
    font-family: "Montserrat", sans-serif;
    color: #ffffff !important;
}

body {
    background-color: #222222 !important;
}

html {
    scroll-behavior: smooth;
}
