body {
    background-color: #fdfcf8; /* Soft paper-like white */
    color: #2c2c2c;
    font-family: 'Lora', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

main {
    max-width: 600px;
    padding: 2rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.content {
    font-style: italic;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.social a {
    color: #2c2c2c;
    text-decoration: none;
    border-bottom: 1px solid #2c2c2c;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
