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

html {
    min-height: 100%;
    background: #090909;
}

body {
    min-height: 100%;
    margin: 0;
}

img,
video,
canvas {
    display: block;
}

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

button {
    border: 0;
    padding: 0;
    background: none;
    color: inherit;
    font: inherit;
}

select {
    font: inherit;
}
