html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font: inherit;
}

li {
    list-style: none;
}

ul {
    list-style: none;
}

img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    display: block;
}

input,
button,
textarea,
select {
    outline: transparent;
    border: none;
    font: inherit;
}

a {
    outline: transparent;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

address {
    font-style: inherit;
}

button {
    cursor: pointer;
    padding: 0;
    color: inherit;
}

button,
input {
    background-color: transparent;
}