body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.legal-content {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  padding: 2.5rem;
  margin: 4rem auto;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.legal-content h1 {
  font-size: 2rem;
  color: #00baff;
  margin-bottom: 1.5rem;
}

.legal-content h2 {
  font-size: 1.3rem;
  color: #00baff;
  margin-top: 2rem;
}

.legal-content p,
.legal-content ul {
  font-size: 1rem;
  line-height: 1.7;
  color: #f1f1f1;
}

.legal-content ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

.legal-content a {
  color: #1cb8ff;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.legal-footer {
  font-size: 0.85rem;
  color: #ccc;
  margin-top: 3rem;
  text-align: center;
}
