body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #0b1727;
    color: #fff;
    line-height: 1.6;
  }
  
  .tax-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #111e30;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.4);
  }
  
  h1 {
    color: #ffc107;
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .updated-date {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 30px;
  }
  
  h2 {
    margin-top: 30px;
    color: #ffd44d;
    font-size: 20px;
  }
  
  p {
    color: #d0d8e0;
  }
  
  ul {
    margin: 10px 0 20px 20px;
    padding-left: 0;
  }
  
  ul li {
    margin-bottom: 8px;
    list-style: disc;
    color: #e0eaf2;
  }
  
  a {
    color: #ffc107;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  .back-link {
    margin-top: 40px;
    text-align: center;
  }
  
  .back-link a {
    color: #ccc;
    font-size: 14px;
  }
  