body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
    font-family: 'Garamond', Serif;
}

.quote-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    margin: 20px;
}

.quote {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.author {
    font-size: 18px;
    color: #777777;
}

.ver {
    font-size: 12px;
    color: #999999;
}