h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: currentColor;
}

button {
    cursor: pointer;
    color: currentColor;
    font-family: inherit;
    border: none;
}

address {
    font-style: normal;
}