.animated-circles-container{background-color:#fffc;border-radius:25px;width:100%;height:100%;position:absolute;top:0;left:0}.animated-circles-container .circle{opacity:0;background-color:#762e7f;border-radius:50%;width:7px;height:7px;animation:1s infinite circleFade;position:absolute;bottom:20px}.animated-circles-container .circle1{animation-delay:0s;left:30px}.animated-circles-container .circle2{animation-delay:.3s;left:45px}.animated-circles-container .circle3{animation-delay:.6s;left:60px}@keyframes circleFade{0%,to{opacity:0}50%{opacity:1}}
