*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
body {
    min-height: 100vh;
}
img, video {
    max-width: 100%;
    display: block;
}
button {
    cursor: pointer;
    border: none;
    background: none;
    font: inherit;
}
input, textarea {
    font: inherit;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
ul, ol {
    list-style: none;
}
