body {
  font-family: 'Segoe UI', sans-serif;
}
h2 {
  font-weight: bold;
}
.card {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
img {
  margin-bottom: 10px;
}

