body {
    font-family: 'Georgia', serif;
    background-color: #f4f4f9;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

.container {
    max-width: 600px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin: 1rem;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #222;
}

.quote-box {
    padding: 1.5rem;
    border-left: 4px solid #555;
    background-color: #f9f9f9;
    margin-bottom: 1.5rem;
}

#quote-text {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
}

.info-text {
    font-size: 0.9rem;
    color: #777;
}
