html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    z-index: 1;
}

article,
aside,
footer,
header,
main,
nav,
section {
    display: block;
}

a { background-color: transparent; }

a:hover,
a:active {
               outline: 0;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}
