.hover-animation {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-animation:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
/*# sourceMappingURL=Page.css.map */