body {
    font-family: system-ui, sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
    color: hsl(240 10% 3.9%);
}

h1 {
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

p {
    color: hsl(240 3.8% 46.1%);
}

a {
    color: inherit;
}
