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

html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, q,
ul, ol, li, dl, dt, dd,
figure, figcaption,
fieldset, legend,
button, input, textarea, select {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
}

main { display: block; }

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

button {
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
}

input, textarea, select { font: inherit; }

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] { display: none; }
