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

html, body {
    height: 100svh;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
a {
    color: inherit;
    text-decoration: none;
    background: transparent;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    height: auto;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    background: none;
    border: none;
    outline: none;
    color: inherit;
}

button {
    cursor: pointer;
    background: none;
}
