body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
  }
  .navbar-brand {
    font-weight: bold;
    color: #e60000;
    text-transform: uppercase;
  }
  .category {
    color: #e60000;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .meta {
    font-size: 0.9rem;
    color: #777;
  }
  .footer {
    background-color: #f8f9fa;
    padding: 40px 0;
  }
  .footer p {
    color: #555;
    margin: 0;
  }