@import "tailwindcss";

.hover-custom {
  @apply transition-all duration-300 hover:scale-105 cursor-pointer;
}

