*,
*::before,
*::after {
  font-family: sans-serif;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  max-width: 50rem;
  padding: 1rem;
}