﻿.blog-card {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 650px;
}

    .blog-card:hover {
        box-shadow: -1px 1px 17px 1px rgba(0,0,0,0.41);
        -webkit-box-shadow: -1px 1px 17px 1px rgba(0,0,0,0.41);
        -moz-box-shadow: -1px 1px 17px 1px rgba(0,0,0,0.41);
    }
.blog-card img {
    margin-bottom: 20px;
    width: 100%;
}

.blog-card h3 {
    color: #007932;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.blog-card a:hover {
    text-decoration: none;
}

#blog-article h1 {
    color: #007932;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
}

#blog-article img {
    max-width: 80%;
    margin: 20px auto;
}
