* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
  line-height: 1.44;
}

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

button {
  border: none;
  outline: none;
  background-color: transparent;
}

ul {
  list-style: none;
}
/*# sourceMappingURL=reset.css.map */
