.main_t
{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1rem;
    font-weight:bold;
    opacity: 0.8;
}
.main_p
{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size:1.4rem;
    font-weight:bold;
    text-wrap: nowrap;
    opacity: 0.7;
}

.card-tit
{
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-weight: bold;
   opacity: 0.8;
}

.card-tex
{
    opacity: 0.8;
    max-height:19vh;
    overflow: hidden;
}
.read_more
{
    cursor:context-menu;
}
.read_more:hover
{
text-decoration: underline;
}