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

html {
    min-height: 100%;
    text-size-adjust: 100%;
}

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

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

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}
