*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: inherit;
}

body {
    font-family: sans-serif;
    box-sizing: border-box;
}