/* styles.css
   Blank starter file for GitHub Pages site.
   Add your styles below. */
 
:root {
  --bg: #ffffff;
  --fg: #111111;
  --accent: #007acc;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: var(--bg);
  color: var(--fg);
}

main {
  max-width: 900px;
  margin: 6rem auto;
  padding: 1.5rem;
  text-align: center;
}
