* {
  box-sizing: border-box;
}

body, body * {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}/*# sourceMappingURL=resets.css.map */