html {
  box-sizing: border-box;
}

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

body, h1, h2, h3, h4, h5, h6,
ul, ol, li, p, hr {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  padding: 1rem 0 0.5rem;
  text-align: center;
}

h5,
h6 {
  margin: 1rem 0;
}

h3 {
  font-size: 2em;
}

hr {
  border: 0.5px solid #eee;
  margin: 20px auto;
  width: 50%;
}

ul {
  list-style: none;
  color: #333;
}

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

input, textarea, select, button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

input {
  height: 100%;
}

embed, iframe, img, object, video {
  display: block;
  max-width: 100%;
}

noscript {
  display: block;
  margin: 1em 0;
}

/*# sourceMappingURL=reset.css.map */
