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

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img, picture, svg, video {
  display: block;
  width: 100%;
}

input, textarea, button, select {
  font: inherit;
}

body {
  min-height: 100vh;
}/*# sourceMappingURL=reset.css.map */