@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.animate-blob{animation:blob 7s ease-in-out infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes gradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-gradient{background-size:200% 200%}.animate-gradient,body{animation:gradient 15s ease infinite}body{background:linear-gradient(to bottom right,#23396d,#a45fd9,#354872);background-size:200% 200%;margin:0;min-height:100vh;overflow-x:hidden;position:relative}body:after,body:before{animation:blob 7s ease-in-out infinite;border-radius:9999px;content:"";filter:blur(64px);height:24rem;mix-blend-mode:multiply;opacity:.3;position:fixed;width:24rem;z-index:-1}body:before{background:#3b82f6;left:0;top:0}body:after{animation-delay:2s;background:#a855f7;right:0;top:0} /*# sourceMappingURL=main.a980b14e.css.map*/