body {
  font-family: 'Inter', sans-serif;
  background-color: #f6f7fb;
  margin: 0;
  padding: 20px;
}

.privacy-container {
  max-width: 900px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.privacy-container h2 {
  color: #ff4b4b;
  text-align: center;
  margin-bottom: 20px;
}

.privacy-container h3 {
  color: #333;
  margin-top: 30px;
}

.privacy-container p,
.privacy-container ul {
  color: #444;
  line-height: 1.7;
}

.privacy-container ul {
  padding-left: 20px;
}

.privacy-container li {
  margin-bottom: 10px;
}

a {
  color: #ff4b4b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
