Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-black relative"> {/* Midnight Aurora Glow Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` radial-gradient(circle at 50% 50%, rgba(58, 123, 255, 0.25) 0%, rgba(100, 149, 237, 0.15) 25%, rgba(123, 104, 238, 0.07) 35%, transparent 50% ) `, }} /> {/* Your Content/Components */} </div>