.quote {
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
    color: #77A7A1;
}

.quote h1{
    font-size: 1.8em;
}

.quote h2{
    font-size: 1.7em;
}

.quote h3{
    font-size: 1.6em;
}

.quote img {
    width: 90%;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}