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

* {
    margin: 0;
    padding: 0;
    border: 0;
}

img,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}


button,
input[type="text"] {
    font: inherit;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    shape-margin: 1rem;
}