body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.header {
  background-color: #0984e3;
  color: white;
  padding: 2rem;
  text-align: center;
}

.features,
.cta {
  padding: 2rem;
  max-width: 800px;
  margin: auto;
}

.features ul {
  list-style-type: disc;
  padding-left: 20px;
}

.cta {
  background-color: #f1f2f6;
  text-align: center;
}

button {
  background-color: #0984e3;
  color: white;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #6c5ce7;
}

.footer {
  text-align: center;
  padding: 1rem;
  background-color: #2d3436;
  color: white;
}
