﻿
html, body {
    font-family: 'Poppins','Montserrat', sans-serif;
    color:#111;
}

a {
    color: #000;
    font-weight:500;
}

p {
    line-height: 1.8rem;
}




h1 {
    font-weight: 800;
    font-size:3rem;
}


article.blog {
    
}

    article.blog h2,
    article.blog h3,
    article.blog h4 {
        font-weight: 600;
    }

article.blog header {

}

article.blog img {
    max-width:100%;
    clear:both;
   
}




article.blog h2,
article.blog h3 {
    padding-top: 2rem;
}

    article.blog pre {
        background-color: #151d4e;
        color:#fff;
        padding:1rem;
        border-radius:0.5rem;
    }






.text-muted {
    color: #666f76 !important;
}