@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            }
            .section-spacing {
                margin-top: 2.5rem;
                margin-bottom: 2.5rem;
            }
            .para-spacing {
                margin-bottom: 1rem;
                line-height: 1.8;
            }
        }
