/* minimal, basic reset rule */
* {
  margin: 0; padding: 0;
  border: 0;
  box-sizing: border-box;
}

:root {
  /* set the root font size 10 / 16 = .625 */
  font-size: 62.5%;
}