* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    max-width: 100%;
    background-color: #ffffff !important;
    background: linear-gradient(233deg,rgba(0, 123, 255, 0.04) 0%, rgba(232, 232, 232, 1) 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: #000000 !important;
    font-family: "Poppins", sans-serif !important;
}

p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #000000a6 !important;
    font-weight: 300 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    color: #000000ef !important;
}