body {
  margin: 0;
}

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

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

/*# sourceMappingURL=common.css.map */
