.loader-wrapper{background-color:#0a0a0a;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.blob{background:linear-gradient(135deg,#fff,#888);border-radius:33% 67% 70% 30%/30% 30% 70% 70%;width:130px;height:130px;transition:background .5s;animation:3.2s ease-in-out infinite morph;position:relative;box-shadow:0 0 30px #ffffff26,inset 0 0 20px #ffffff0d}.blob:after{content:"";border-radius:inherit;width:130px;height:130px;position:absolute;box-shadow:0 0 40px #ffffff1a}@keyframes morph{0%{border-radius:33% 67% 70% 30%/30% 30% 70% 70%;transform:rotate(0)}50%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(180deg)}to{border-radius:33% 67% 70% 30%/30% 30% 70% 70%;transform:rotate(360deg)}}
