
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background: #f4f4f4;
    color: #333;
}
header {
    background: #0077cc;
    color: white;
    padding: 1rem 2rem;
    text-align: center;
}
section {
    padding: 2rem;
    background: white;
    margin: 1rem auto;
    max-width: 800px;
    border-radius: 8px;
}
footer {
    text-align: center;
    padding: 1rem;
    background: #eee;
}
a {
    color: #0077cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


.cta-button {
  background-color: #007bff;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
}
