.bg-animated-gradient{background:linear-gradient(-45deg,#1e3a8a,#1f2937,#111827,#0f172a);background-size:400% 400%;animation:gradientMove 15s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bg-dark-glow{background:#0f172a;position:relative}.blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.6;mix-blend-mode:screen;animation:move 20s infinite ease-in-out}.blob:nth-child(1){top:10%;left:10%;width:300px;height:300px;animation-delay:0s}.blob:nth-child(2){top:30%;right:5%;width:250px;height:250px;animation-delay:5s}.blob:nth-child(3){bottom:10%;left:30%;width:200px;height:200px;animation-delay:10s}@keyframes move{0%{transform:scale(1) translateY(0) translate(0)}50%{transform:scale(1.2) translateY(20px) translate(20px)}to{transform:scale(1) translateY(0) translate(0)}}
