body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    background: #fafafa;
    color: #111;
  }
  
  .archive-header {
    text-align: center;
    padding: 3rem 1rem;
    background: #111;
    color: white;
  }
  
  .filters {
    margin-top: 1rem;
  }
  
  .filters button {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background: #333;
    color: white;
    transition: 0.3s;
  }
  
  .filters button.active,
  .filters button:hover {
    background: #ff4081;
  }
  