/* App-level resets — component CSS handles the rest */
* {
  box-sizing: border-box;
}

main {
  display: block;
  background: var(--black);
}
