body{
    background: #fffaf3;
    color: #444444;
   
}
.navbar-light {
    position: unset;
}

.blog h2 {
    background-image: linear-gradient(to right, #174560, #0045AC); /* Replace with your desired colors */
-webkit-background-clip: text;
color: transparent;
text-align: center;
font-size: 36px;
margin-top: 50px;
}
.blog span{
    text-align: center;
    font-size: 12px;
}
.blog p {
    margin-top: 50px;
    text-align: left;
}
.container{
    width: 50%;
    background-image: url("../img/Compressed/blogs/Glowing Cicles.png");
   
}
.vector{
    background-image: url("../img/Compressed/blogs/Vector 37.png");
    background-size: cover;
}
.blog .content p {
    margin: 0 0 5px 0;
}
.blog h3 {
    font-size: 18px;
}
.blog h4 {
    font-size: 14px;
}