html,
body {
  height: 100%;
  color: #ffffff;
  background-color: #929292;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.privacy-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
}

.privacy-content h3 {
  border-bottom: 1px solid #e5e7eb;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.privacy-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 24px;
}

.privacy-content p {
  margin-bottom: 8px;
  line-height: 1.6;
}

.privacy-content .last-text {
  margin-bottom: 16px;
}
