@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            }
            .nav-active {
                @apply border-b-2 border-accent text-accent;
            }
            .game-card {
                @apply bg-white rounded-lg shadow-md overflow-hidden transition-transform duration-300 hover:scale-105;
            }
        }
