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


a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
    margin: 0;
}