body, html {
    background: rgb(247, 247, 248);
    width: 100%;
    height: 100%;
}

body, html, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, select, p, xmp {
    margin: 0;
    padding: 0
}

img, button, input, textarea, fieldset {
    border: 0
}

button, input, option, select, textarea {
    font: inherit
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

button {
    cursor: pointer;
    background: transparent
}

button:focus, a:focus, input:focus, textarea:focus, select:focus {
    outline: none
}

a, xmp {
    display: inline-block;
    text-decoration: none
}

p, b, span, h1, h2, h3, h4, h5, h6, a, input, label, small, textarea, select, div {
    font-family: 'Poppins', sans-serif;
    color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: var(--black)
}

i {
    font-style: inherit
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}
