#tqoute{
    color: rgb(149, 202, 239);
    font-size: 1.5rem;
}
blockquote {
    text-align: center;
    color: rgb(29, 134, 218);
    font-family: Tahoma, sans-serif;
    font-size: 1.25rem;
    width: 60%;
    margin: 5% auto;
}
blockquote h1 {
    font-size: 4rem;
}
blockquote p {
    font-style: italic;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia, serif;
    font-size: 4rem;
    margin: -2rem 0 0 -3rem;
    position: absolute;
    opacity: 0.5;
}

blockquote p::after {
    content: "”";
    margin: -2rem -4rem 0 0;
}

blockquote cite {
    font-size: 1.5rem;
}
