body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;
}

.hero-section {
  background: url('../img/hero-bg.jpg') no-repeat center center/cover;
  height: 80vh;
  padding: 60px 0;
}

h1, h2, h5 {
  font-weight: bold;
}

.card {
  border: none;
  border-radius: 1rem;
}

footer a {
  font-size: 1.5rem;
  transition: color 0.3s;
}

footer a:hover {
  color: #ffc107;
}
