Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative bg-black"> {/* Emerald Depths Background with Top Glow */} <div className="absolute inset-0 z-0" style={{ background: "radial-gradient(ellipse 80% 60% at 50% 0%, rgba(16, 185, 129, 0.25), transparent 70%), #000000", }} /> {/* Your Content/Components */} </div>