body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}

.container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1.5rem;
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.page-header,
.page-footer {
  text-align: center;
  background: var(--dark, #080f24);
  color: var(--light, #f2f2f2);
  padding: 1rem 0;
}

.page-header h1 {
  font-size: 2em;
  margin: 0;
}

.privacy-content {
  padding: 1rem;
}

.privacy-section {
  margin-bottom: 1.5rem;
}

.privacy-section h2 {
  color: var(--deepbackground, #060b1b);
  margin-bottom: 0.5rem;
}

.privacy-section p,
.privacy-section ul {
  font-size: 1rem;
  margin: 0 0 1rem;
}

.privacy-section ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.privacy-section a {
  color: var(--purple, #e532ad);
  text-decoration: none;
}

.privacy-section a:hover {
  text-decoration: underline;
}

/* privacy content container's last privacy-section should have less bottom padding */
.privacy-content .privacy-section:last-child {
  margin-bottom: 0;
}

.privacy-content .privacy-section:last-child p {
  margin-bottom: 0;
}
