            @import url('https://fonts.googleapis.com/css?family=Special+Elite');

            blockquote {
                font-family: 'Special Elite', serif;
                font-weight: 100;
                font-size: 2rem;
                max-width: 600px;
                line-height: 1.4;
                position: relative;
                margin: 0;
                padding: .5rem;
            }
            blockquote:before, blockquote:after {
                position: absolute;
                color: #888;
                font-size: 8rem;
                width: 4rem;
                height: 4rem;
            }
            blockquote:before {
                content: '“';
                left: -5rem;
                top: -2rem;
            }
            blockquote:after {
                content: '”';
                right: -3rem;
                bottom: 1rem;
            }
            cite {
                font-family: 'Special Elite', serif;
                line-height: 3;
                text-align: left;
                margin-left: 2rem;
            }