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

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

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

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

button,
input,
select,
textarea {
    margin: 0;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
}

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

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
dd {
    margin-top: 0;
}
