@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            }
            .content-auto {
                content-visibility: auto;
            }
            .bg-ghost {
                background-image: url('https://picsum.photos/id/1035/1200/800');
                background-size: cover;
                background-position: center;
                background-attachment: fixed;
            }
        }
