Customize Quote style with CSS?

Hi, I couldn’t find the way to customize the quotes color. Would you help me?

This is what I use

/* Style for quotes */
.quote {
    background-color: #E8E8E8;
    border: none;
    border-radius: 5px;
    color: #dc143c;
}

Looks like this

image

Thanks, @liberated_potato! Worked just fine.