.page-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px 30px;
  font-family: Arial, sans-serif;
  background: transparent; /* remove white box */
  border-radius: 0;         /* remove rounded corners */
  box-shadow: none;         /* remove shadow */
}

.page-title {
  font-size: 2rem;
  color: #045950;
  border-bottom: 2px solid #045950;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.page-content h2 {
  color: #045950;
  margin-top: 1.5em;
}

.page-content p {
  margin-bottom: 1em;
}









