.news_header {
    font-weight: bold;
    display: flow-root;
    font-size: larger;
    margin-bottom: 10px;
}

.news_row {
    display: flow-root;
    margin: 10px;
    padding: 10px;
    background-color: #75bafd75;
    border-radius: 10px;
    transition: 0.5s;
}

.news_row:hover {
    text-shadow: 0px 0px 1px rgba(3, 0, 165, 0.452);
    background-color: #75b9fdad;
    transition: 0.5s;
}

.news_prev_img {
    margin-left: 20px;
    max-height: 180px;
    float: right;
}

hr {
    border-bottom: 1px solid #0049b8;
}

.news_link {
    cursor: default; 
    color: black; 
    text-decoration:none;
    display: contents;
}
