Two glows orbiting a deep navy field
<div className="min-h-screen w-full bg-[#020617] relative"> <style>{` @keyframes reactbd-orbit { 0% { background-position: 10% 20%, 90% 80%, 50% 50%; } 50% { background-position: 80% 30%, 20% 70%, 50% 50%; } 100% { background-position: 10% 20%, 90% 80%, 50% 50%; } } `}</style> <div className="absolute inset-0 z-0" style={{ backgroundImage: ` radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.32), transparent 28%), radial-gradient(circle at 80% 75%, rgba(99, 102, 241, 0.28), transparent 32%), radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.2), transparent 55%) `, backgroundSize: "140% 140%, 140% 140%, 100% 100%", animation: "reactbd-orbit 18s linear infinite", }} /></div>