body {
    font-family: system-ui, sans-serif;
    margin: 0;
    line-height: 1.5;
    min-height: 100vh;
    background-image: url('/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    margin: 2rem;
    border-radius: 8px;
  }

  nav a {
    margin-right: 1rem;
  }
  