body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
}

.hero {
  background: linear-gradient(to right, #f7f7f7, #e3fcef);
  padding: 100px 0;
}

.card-cashback {
  font-size: 0.9rem;
  color: #00C48C;
  font-weight: 600;
}

.btn-success {
  background-color: #00C48C;
  border-color: #00C48C;
}

.btn-success:hover {
  background-color: #00a57b;
  border-color: #00a57b;
}

footer {
  background-color: #1C3A63;
  color: white;
  padding: 2rem 0;
}

footer a {
  color: #00C48C;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}