.site-brand .custom-logo {
    max-height: 48px;       /* match the height you like */
    height: auto;
    width: auto;
}

.wp-block-heading{
    margin:20px 0px;
}

.blog-post p{
    line-height: 1.8rem;
}

.blog-post-img img{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.blog-post p{
    margin-bottom:20px !important;
}

body{
    background: linear-gradient(to bottom, #ffffff, #f6f6fa);
}