.logo {
  font-size: 44px;
  font-weight: bold;
  color: black;
  background-color: darkgrey;
  padding: 10px 15px;
  margin-top: 20px;
 
}


  
   body {
      font-family: 'Segoe UI', sans-serif;
      line-height: 1.7;
      margin: 0;
      padding: 0;
      background: #f4f9ff;
      color: #333;
    }
    .container {
      margin-top: 100px;
      max-width: 900px;
      margin: 40px auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    h1 { font-size: 32px; color: #007BFF; margin-top: px; margin-bottom: 10px; }
    .meta { color: #666; font-size: 14px; margin-bottom: 20px; }
    .featured-img {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
      margin-bottom: 25px;
      border-radius: 8px;
    }
    .section {
      margin-bottom: 40px;
    }
    .section img {
      max-width: 100%;
      margin-top: 15px;
      border-radius: 8px;
    }
    .section h2 {
      font-size: 24px;
      color: #2c3e50;
      margin-bottom: 10px;
    }
    .tags {
      margin-top: 30px;
      font-size: 14px;
      color: #888;
    }
    .back-link {
      display: inline-block;
      margin-top: 40px;
      font-size: 18px;            /* Bigger font */
      padding: 12px 20px;         /* More space around */
      background: #5f2c82;        /* Stylish background */
      color: #fff;                /* White text */
      border-radius: 8px;         /* Rounded edges */
      text-decoration: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: background 0.3s ease;
    }
    
    .back-link:hover {
      background: #3b185f;        /* Slightly darker on hover */
    }

    @media (max-width: 480px) {
 .container {
      margin-top: 500px;
      max-width: 900px;
      margin: 20px auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    }
    
    @media (max-width: 480px) {
  .back-link {
    font-size: 44px;
    padding: 14px 24px;
  }
  
    }
    
 @media (max-width: 768px) {   
    .container {
      margin-top: 500px;
      max-width: 900px;
      margin: 10px auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
 }
    
    @media (max-width: 768px) {
  .back-link {
    font-size: 30px;
    padding: 14px 24px;
  }
    
 
    .menu-toggle {
      background: #5f2c82;
      color: #fff;
      font-size: 3.5rem !important;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin: 15px;
    }
    
    .popup-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 30%;
      height: 100%;
      background: #111;
      color: #fff;
      transition: all 0.4s ease;
      z-index: 999;
    }
    
    .popup-menu.show {
      left: 0;
    }
    
    .popup-content {
      padding: 20px;
    }
    
    .popup-content h3 {
      margin-top: 0;
      color: #ffd700;
    }
    
    .popup-content .close-popup {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 44px;
      background: none;
      color: #fff;
      border: none;
      cursor: pointer;
    }
    
    .popup-content .menu-list {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }
    
    .popup-content .menu-list li {
      margin-bottom: 15px;
    }
    
    .popup-content .menu-list a {
      color: #fff;
      text-decoration: none;
      font-size: 18px;
    }

}

@media (min-width: 768px) {
  .menu-toggle {
    display: inline-block;
    z-index: 4000;
  }
}
      
  
/* Optional responsive boost */
@media (max-width: 768px) {
  .logo {
  font-size:44px !important;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
 
}
}