body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  /* background: #f9f9f9; */
  color: #333;
  line-height: 1.6;
}

.container {
  width: 50vw;
  margin: 0 auto;
  padding: 40px 20px;
  margin-top: 20px;
  /* background: #fff; */
   background: #f9f9f9;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  margin-bottom: 80px;
}

.title {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222;
}

.section-title {
  font-size: 18px;
  margin-top: 30px;
  color: #444;
}

.text-paragraph {
    font-size: 16px;
  margin-bottom: 15px;
}

.hr-thick {
  height: 3px;
  background-color: #333;
  border: none;
  margin: 30px 0;
}

.links {
    color: #007BFF;
  text-decoration: underline;
  font-weight:bold;
}


ul {
  margin: 10px 0 20px 20px;
}

.bold {
    font-weight:500;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .container {
    padding: 20px 15px;
  }

  .title {
    font-size: 24px;
  }

  .section-title {
    font-size: 18px;
  }
}
