
html{
    box-sizing: border-box;
}


*,
*:before,
*:after {
    box-sizing: inherit;
}

ul, ol {
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
picture {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
}

input, textarea, select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}

img, picture {
    max-width: 100%;
    display: block;
}
