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

body {
  font-family: sans-serif;
  color: #000;
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */