body {
    font-family: system-ui, sans-serif;
    max-width: 600px;
    margin: 4rem auto;
    padding: 0 1rem;
    line-height: 1.6;
    color: #222;
}

h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1.1rem;
    color: #444;
}

#email-link {
    color: #0645ad;
    cursor: pointer;
}