body {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
  padding: 20px;
  margin: 0;
}

h2 {
  font-size: 28px;
  margin-top: 30px;
  color: #222;
}

.cta-button {
  display: inline-block;
  background-color: #ff6600;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e65c00;
}

a {
  color: #ff6600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
