/* reset.css */

* {
  border: 0;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 0;
  outline: 0;
  padding: 0;
}

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

a {
  color: currentColor;
  outline: 0;
  text-decoration: none;
}

body {
  margin: 0 auto;
}

/* eof - reset.css */
