.card-text { height: 150px; overflow-y: scroll; width: 100%; }
         
.card-text p { width: 150px; word-break: break-word; }

.img-fluid {
width: 100%;
/*object-fit: cover;*/
object-fit:contain;
max-width:100%;
height: 200px;
}


a:link {color: #ffffff; text-decoration: underline; }
a:active {color: #2b9b9b; text-decoration: underline; }
a:visited {color: #ffffff; text-decoration: underline; }
a:hover {color: #ff8700; text-decoration: none; }


