*, *::after, *::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}

header {
  transition: all 0.3s;
}
header * {
  transition: all 0.3s;
}

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