/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #333;
    background-image: url('webbg.jpg');
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    color: white; 
    
    
  }
  
  header {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
  }
  
  
  .container {
    max-width: 50%;
    margin: 20px auto;
    padding: 10px;
  }
  
  
  .blog-card {
    background: rgb(255, 0, 0);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: white;
    size: 0cap;
  }
  
  .blog-card img {
    width: 100%;
    height: auto;
  }
  
  .blog-content {
    padding: 15px;
    color: white;
  }
  
  .blog-title {
    font-size: 1.5em;
    margin: 0 0 10px;
  }
  
  .blog-snippet {
    font-size: 1em;
    color: #000000;
    line-height: 1.6;
  }
  
  .read-more {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
  
  .L {
    color: white;
  }
