body {
  color: #333;
}

.container.privacy-policy {
  max-width: 800px;
  margin: 100px auto 0px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 10px;
}

h2 {
  margin-top: 20px;
  font-size: 1.5em;
}

p {
  margin: 10px 0;
}

ul {
  margin: 10px 0;
  padding-left: 20px;
}

ul li {
  margin: 5px 0;
}

.highlight {
  background-color: #e9f7ff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact {
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.footer {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #555;
}

.footer a {
  color: #007bff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}

ul.nav_ul {
  margin: 0px;
}/*# sourceMappingURL=privacy-policy.css.map */