.ttStats .ttStatCard {
  transition: transform 0.2s;
}
.ttStats .ttStatCard:hover {
  transform: translateY(-2px);
}
