@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            }
            .section-spacing {
                margin-top: 3rem;
                margin-bottom: 3rem;
            }
            .para-spacing {
                margin-bottom: 1.2rem;
                line-height: 1.9;
            }
            .holy-border {
                border-image: linear-gradient(to right, #9E2A2B, #E67E22) 1;
            }
        }
