body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f2f5;
    color: #333;
}

.quote-container {
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 90%;
}

#quote-text {
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.5;
}

#quote-author {
    font-size: 1.2rem;
    font-weight: bold;
    color: #555;
}
