.privacy-page {
  padding: 100px 20px 60px;
  background: linear-gradient(to bottom, #001b2e, #002f4b);
  color: #eaf6ff;
  min-height: 100vh;
}

.privacy-container {
  max-width: 900px;
  margin: 0 auto;
  line-height: 2;
  font-size: 15px;
}

.privacy-container h1 {
  font-size: 28px;
  color: #90dfff;
  text-align: center;
  margin-bottom: 40px;
}

.privacy-container h2 {
  font-size: 18px;
  color: #66c2ff;
  margin-top: 32px;
  margin-bottom: 10px;
  border-left: 4px solid #00cfff;
  padding-left: 10px;
}

.privacy-date,
.privacy-company,
.privacy-ceo {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
}
