/* Simple reset */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}
