@layer utilities {
            .shadow-temple {
                box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
            }
            .text-shadow {
                text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            }
        }
