/* Div = .     */
/* Element (ID)=   # { property:value;}    */
/* Tag { property:value;}    */

/* Heading 1  - Garamond  - Serif*/
/* Heading 2  - Goudy Old Style - Serif*/
/* Heading 3  - Rockwell - Serif*/
/* All Text - Century Gothic  Sans Serif */
/* Main blue #364b6c  */
/* Lighter blue #7287a5 */
.blog-card{
    background-color: teal;
}
.blog-card-body{
    background-color: teal;
    border-color: teal;
    text-align: left;

}
.blog-pict{
    height: 200px;
    width: auto;
    object-fit: cover;
}

.blog-pict-d{
    height: 300px;
    width: auto;
    object-fit: contain;
}
