*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6,
p, blockquote, figure {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
strong, b {
    font-weight: inherit;
}
em, i {
    font-style: normal;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font: inherit;
}
input, textarea, select {
    font: inherit;
    color: inherit;
    border: none;
    outline: none;
    background: none;
}