body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
}
header h1 {
  font-weight: 700;
}
.card a {
  text-decoration: none;
}
.card-title a {
  color: #198754;
  font-weight: 600;
}
.card-title a:hover {
  text-decoration: underline;
}