.blog-post-card {
    background: white;
    border-radius: 10px;
    width: 300px;
    text-align: left;
}

.post-img {
    background-size: contain;
    border-bottom: solid ;
}

.post-content {
    padding: 20px;
}

.post-title {
    color: blue;
    margin: 10px;
}

.post-excerpt {
    color: purple;
    margin: 10px;
}

.read-more {
    background-color: gray;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
}

.read-more:hover {
    background-color: orange;
}