* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}/*# sourceMappingURL=reset.css.map */