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

header, section, footer {
  padding: 2em;
  max-width: 800px;
  margin: auto;
}

header {
  color: #fff;
  text-align: center;
}

header p {
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #353535;
}



.cta-button {
  background: #007BFF;
  color: #fff;
  padding: 1em;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border-radius: 5px;
}



.logo img {
  max-width: 400px;
  height: auto;
  margin-bottom: 1em;
}

h1, h2 {
  color: #353535;
  line-height:1.0em;
}

ul {
  list-style: disc inside;
}

footer {
  text-align: center;
  font-size: 0.9em;
  color: #666;
  padding-bottom: 2em;
}
