.article{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blogMetaText{
    font-size: 12px;
    border-radius: 14px;
}

.blogTitle{
    font-size: 18px;
}

.sideAdText{
    font-weight: 500;
}

.sideAd{
    background-color: #a3f1c9;
    border-radius: 10px;
}

.articleLink{
    text-decoration: none;
}

.blogImg{
    border-radius: 10px;
}

.recentBlog{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
















/* ------------------ News Page setup ------------------ */

.post-img {
    width: 250px;
    height: 150px;
  }
  
  .post-img2 {
    width: 150px;
    height: 100px;
  }
  
  #nav {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  
  
  .text-reset {
    text-decoration: none;
  }
  