
body {
  background: #f9f9f9;
}
.card {
  transition: 0.3s;
}
.card:hover {
  transform: scale(1.03);
}
