@keyframes move-light{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.animated-light{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(100px);opacity:.5;animation:move-light 20s linear infinite}
