html {
    box-sizing: border-box;
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: inherit;
}

*, *:before, *:after {
    box-sizing: inherit;
}

ol, ul {
    list-style: none;
}

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