﻿

.blogPostHolder{
    margin:auto;
    max-width:400px;
    padding:10px;
}
.blogkeyword {
    padding: 2px 6px;
    background-color: #c2d2ed;
    border-radius: 5px;
    margin: 2px 2px;
    font-weight: bold;
}

.blogDate{
    color: #b2b2b2;
    font-size:smaller;
}
.blogImage{
    background-position: center;
    background-size:cover;
    position: relative;
    height:50vh;
}
#blogTitle {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.4);
    color: white;
    padding: 15px 0;
    width: 100%;
    font-size: 32px;
}

#blogContent {
    margin: 20px 0;
}