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

html, body {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 100%;
}

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

p, blockquote, pre, figure, figcaption {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0;
    text-align: left;
}

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

input, textarea, select, button {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    border: none;
    background: none;
    outline: none;
}

button {
    cursor: pointer;
}

img, picture, video, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

header, nav, main, article, section, aside, footer {
    display: block;
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
