body {
  font-family: 'Segoe UI', sans-serif;
  background: #111;
  color: #eee;
  text-align: center;
  padding: 2em;
}

header {
  margin-bottom: 2em;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}

.tagline {
  font-style: italic;
  color: #aaa;
}

button {
  background: #1e7e34;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
}

#affirmationBox {
  background: #222;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  margin: auto;
}

.cta-button:hover {
  background: #0056b3;
}
    cursor: pointer;
    }
.cta-button:hover {
  background: #0056b3;
    transform: translateY(-2px);    
}
.cta-button:active {
  background: #004494;
  transform: translateY(0);
}
