*,
*:after,
*:before {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none !important;
}

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