* {
  box-sizing: border-box;
}

html,
body {
  /* use native system fonts: */
  font-family: sans-serif;
}
