body {
  background-color: #f1f3f5;
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 900px;
  padding: 40px;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 28px;
  border-left: 5px solid #007bff;
  padding-left: 15px;
  margin-bottom: 40px;
}

h2,
h3 {
  color: #007bff;
  margin-top: 40px;
}

.content {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.footer {
  margin-top: 40px;
  border-top: 1px solid #ced4da;
}

.firstHeader {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.firstFooter {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #777777;
}

p {
  text-align: justify;
  margin-bottom: 15px;
}

strong {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

ol {
  margin-left: 20px;
}

li {
  margin-bottom: 12px;
}

.list-style-type-lower-alpha {
  list-style: lower-alpha;
}

.privacy-link {
  margin-top: 20px;
  font-size: 12px;
  color: #007bff;
  text-decoration: none;
  display: block;
  text-align: center;
}

.back-button-container {
  margin: 20px 0;
  text-align: right;
}

.back-button {
  font-size: 16px;
  color: #1e1f1f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.back-button i {
  margin-right: 8px;
}

.back-button:hover {
  text-decoration: underline;
}
