.list-group-item::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #333;
  }
 
  .blog-block {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    
   
  }
  
  .blog-block:hover {
    background-color: #d1cbcb;
    cursor: pointer;
  }                            
  
  .blog-block img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .blog-block h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .blog-block p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .blog-block a {
    display: inline-block;
    background-color: #dc3545;;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s ease;
  }
  
  .blog-block a:hover {
    background-color: #707070;
    color: #333;
    border: 1px solid #333;
  }
  .linecolor
  {
    color: #dc3545;
    font-weight: 100;
  }