html, body, header, nav, h1, a, ul, li, strong, main,
button, i, section, img, div, h2, h3, h4, h5, h6, p,
pre, form, fieldset, label, input, textarea, span,
article, aside, figure, figcaption, footer, time, small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  background: transparent;
}

ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

input[type="password"],
input[type="text"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
}

button {
  cursor: pointer;
}