body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
}

.policy-container {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.policy-container h1 {
  font-family: 'Lobster Two', cursive;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  color: #212529;
}

.policy-container h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  color: #343a40;
  border-left: 4px solid #0d6efd;
  padding-left: 10px;
}

.policy-container p,
.policy-container li {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
}

.policy-container ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

.policy-container strong {
  color: #0d6efd;
}
