* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button, input, textarea, select, fieldset {
    font-family: inherit;
    border: none;
    outline: none;
    background: none;
    appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe, embed, object {
    border: none;
}

details {
    display: block;
}
summary {
    display: list-item;
    cursor: pointer;
}