/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
