﻿.news-card {
    background-color: white;
    color: black !important;
    border: 1px solid silver;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    margin-bottom: 1.5vh;
}

.news-card-title {
    background-color: white;
    color: black !important;
    border: 1px solid silver;
    width: 50%;
    border-radius: 5px;
    text-align: left;
    min-height: 5vh;
    
}

.news-card-img {
    min-height: 100%;
    box-shadow: 0vh 0.2vw rgba(0,0,0,0.75);
    color: black !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 1vw;
    background-color: black;
}

.news-card-content {
    font-size: 18px;
    min-height: 100%;
    color: black !important;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 1.5vh;
}
