/* Quote output styling */
.quote-output {
    padding: 40px;
    text-align: center;
}

.quote-output blockquote {
    font-size: 1.3em;
    line-height: 1.7;
}


@media screen and (max-width: 768px) {
    .quote-output blockquote {
        font-size: 1.1em;
        padding: 15px;
    }
}
