.privacy-policy {
    background: linear-gradient(135deg, #fefefe, #fafafa, hsla(180, 14%, 99%, 0.975));
    color: #050505;
    padding: 2rem;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
  }
  
  .futuristic .title {
    color: #a69a18;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 40px;

  }
  
  .last-updated {
    text-align: center;
    font-style: italic;
  }
  
  .section {
    margin-bottom: 1.5rem;
  }
  
  .section-title {
    color: #a69a18;
    margin-top: 2rem;
  }
  
  .data-list, .usage-list, .rights-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
  }
  
  .data-list li::before, .usage-list li::before, .rights-list li::before {
    content: "➤ ";
    color: #d8be15;
  }
  
  .email-link {
    color: #d8be15;
    text-decoration: none;
  }
  
  .email-link:hover {
    text-decoration: underline;
  }
  
  .highlight {
    color: #d8be15;
    font-weight: bold;
  }
  @media only screen and (max-width: 600px) {
  .futuristic .title {

    color: #a69a18;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 40px;
}
  }