.bg-container{position:relative;width:100%;height:100dvh}.bg-animation{position:absolute;width:100%;height:100%;top:-5%;left:-5%;background:radial-gradient(circle at 30% 70%,rgba(20,178,232,.1) 0,rgba(20,178,232,0) 50%);z-index:-1;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:blobMove 15s ease-in-out infinite alternate}.dark .bg-animation{background:radial-gradient(circle at 30% 70%,rgba(10,100,200,.15) 0,rgba(10,100,200,0) 50%)}@keyframes blobMove{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:30% 70% 70% 30%/70% 70% 30% 30%}}