body {
  background: #f9f9f9;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 3rem 1.5rem;
  min-height: 100vh;
}

.container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
}

header {
  text-align: center;
  margin-bottom: 2.5rem;
}

header h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #0f0065; /* text-purple-400 */
  letter-spacing: -0.015em;
  margin-bottom: 0.5rem;
}

header p {
  font-size: 1.125rem;
  color: #033d94; /* text-gray-300 */
}

.section {
  background-color: rgb(37 98 182 / 40%);
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #011640; /* text-purple-300 */
  margin-bottom: 1rem;
}

.section p {
  color: #fff; /* text-gray-200 */
}

.section ul {
  padding-left: 1rem;
  color: #fff; /* text-gray-200 */
}

.section ul li {
  margin-bottom: 0.5rem;
}

footer {
  text-align: center;
  font-size: 0.875rem;
  color: #9ca3af; /* text-gray-400 */
  margin-top: 3rem;
}

a {
  color: inherit
}

a:hover {
  color: #b730a5
}
