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

html {
    -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

img,
picture,
svg,
canvas {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    margin: 0;
}

button {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

a {
    text-decoration: none;
}

audio {
    width: 100%;
}
