body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
}

.hero h1 {
  color: #0d47a1;
}

.why-choose {
  background: linear-gradient(90deg, #ff6a00, #ee0979);
}

.why-choose h2, .why-choose h3 {
  color: #fff;
}

.why-choose p {
  color: #f3f3f3;
}

.join {
  background-color: #f7f7f7;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
