/* related to old paragraph.css */
p.yazi {
font-size: 1.25em;
line-height: 1.25em;
margin: 0;
text-align: justify;
background-color:#fff;
padding:5px;
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
margin-right:20px;
}
/*
p + p {
text-indent: 2.5em;
}
*/
/* Text inside files */

p.mypr::first-letter { /* My Paragraph Style */
    font-size: 160%;
    margin-left: 1.5em;
}

div.mydiv { /* My Div Style */
   text-align: justify;
   font-size: 120%;
   font-weight: 500;"
}
