.quote-section {
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    text-align: center;
    padding: 20px;
    font-family: 'Poppins', sans-serif;

}

.quote-section blockquote {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

.quote-section footer {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 300;
}