quote {
    margin-top: 30px;
    background-color: white;
    display: block;
    padding: 20px 80px 20px 50px;
    position: relative;
    font-family: serif;
    font-style: italic;
    font-size: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

quote a {
    text-align: right;
    display: block;
    text-decoration: underline;
}

quote:before {
    content: "“";
    position: absolute;
    left: 3px;
    top: -14px;
    font-size: 70px;
    color: gray;
}

quote:after {
    content: "“";
    position: absolute;
    right: 52px;
    top: -14px;
    font-size: 70px;
    color: gray;
}
