@charset "utf-8";

#block_div {
    display: flex;
    justify-content: center;
    width: 100%;
}

blockquote {
    margin: auto;
    font-family: Papyrus, fantasy;
    font-size: 1.2em;
    font-weight: bold;
    text-align: justify;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote::before,
blockquote::after {
    font-family: Papyrus, fantasy;
    font-size: 1.5em;
    font-weight: bold;
}

blockquote::before {
    content: open-quote;
}

blockquote::after {
    content: close-quote;
}

blockquote p::first-letter {
    font-family: Papyrus, fantasy;
    font-size: 200%;
}

#block_para {
    display: inline;
}

.test_name {
    margin-top: -60px;
    text-indent: 85%;
}
