body {
    font-family: system-ui, -apple-system, sans-serif;
    max-width: 800px;
    margin: 100px auto;
    padding: 20px;
    text-align: center;
}
h1 { color: #333; }
p { color: #666; }
