@charset "utf-8";

#block_div  {
    width: 100%; 
    display: flex; 
    justify-content: center;
}

blockquote  {
    margin: auto;
}

blockquote::before  {
    content: open-quote;
    font-family: Papyrus, fantasy;
    font-size: 1.5em;
    font-weight: bold; 
    display: inline;
} 

#block_para {
    display: inline;
} 

blockquote  {
    font-family: Papyrus, fantasy;
    font-weight: bold;
    font-size: 1.2em;
    text-align: justify;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote::after  {
    content: close-quote;
    font-family: Papyrus, fantasy;
    font-size: 1.5em;
    font-weight: bold;
}

blockquote p::first-letter  {
    font-family: Papyrus, fantasy;
       font-size: 200%;
}

.test_name  {
    text-indent: 85%;
    margin-top: -60px;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 320px) {

}