/** custom css for SimpleBlog **/
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem;
}
.simpleblog__listing__post {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e9e9e9;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    height: 400px;
    margin-right: 10px;
    margin-bottom: 10px;
}