body {
    background-image: linear-gradient(to right, #e0c3fc, #8ec5fc); /* Soft gradient */
    font-family: 'Arial', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

.container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 60px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

#quote {
    font-size: 1.5em;
    font-style: italic;
}
