*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', serif;
    background: #faf8f4;
    color: #1a1a1a;
}

main {
    text-align: center;
    padding: 2rem;
}

h1 {
    font-size: 3rem;
    font-weight: normal;
    margin: 0 0 0.5rem;
    letter-spacing: 0.02em;
}

.tagline {
    font-size: 1.1rem;
    color: #555;
    margin: 0 0 2rem;
}

.note {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
    font-style: italic;
}
