@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            }
            .btn-hover {
                @apply transition-all duration-300 hover:scale-105;
            }
            .nav-link {
                @apply px-3 py-2 rounded-md text-dark hover:bg-primary hover:text-white transition-all;
            }
        }
