html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
  margin: 0;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 8rem;
  max-width: 100ch;
  margin: 0 auto;
}

a {
  color: rgb(190 24 93);
  text-underline-offset: 1px;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}
