.true-animated-background{background-color:#2C3081;position:relative;overflow:hidden;box-shadow:inset 0px 15vh 40px -30px #2C3081,inset 0px -15vh 40px -30px #2C3081}.true-animated-background::before{content:'';position:absolute;width:400px;height:400px;top:-150px;left:-100px;background:#00baed;border-radius:50%;opacity:0.5;filter:blur(90px);animation:move-blob-1 25s infinite alternate}.true-animated-background::after{content:'';position:absolute;width:500px;height:500px;bottom:-200px;right:-150px;background:#59b200;border-radius:50%;opacity:0.5;filter:blur(100px);animation:move-blob-2 30s infinite alternate}@keyframes move-blob-1{from{transform:translate(0,0) rotate(0deg) scale(1.2)}to{transform:translate(150px,200px) rotate(180deg) scale(1)}}@keyframes move-blob-2{from{transform:translate(0,0) rotate(0deg) scale(1)}to{transform:translate(-200px,-150px) rotate(-180deg) scale(1.3)}}