.notFoundBG{width:100%;height:100%;background:radial-gradient(circle,#3498db 0,#ff849da5,rgba(251,255,39,.317) 90%);background-size:180% 180%;animation:gradient-animation 14s ease infinite}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.notFoundContainer{width:100%;height:100%;filter:url(#goo) blur(40px)}.circle{position:absolute;top:0;left:0;width:300px;height:300px;border-radius:50%;background-color:rgba(122,219,121,.699);transform:translate(-50%,-50%);z-index:1;opacity:.7;mix-blend-mode:difference}