html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address, cite, code,
img, strong, b, ol, ul, li, hr,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header,
menu, nav, section,
button, input, textarea, select {
  margin: 0;
  padding: 0;
  border: unset;
  vertical-align: baseline;
  color: inherit;
}

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

ol, ul {
  list-style: none;
}

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

button, input, textarea, select {
  display: inline-block;
  background-color: unset;
  appearance: none;
}