.animated__background{z-index:-1;background:url(/pattern.svg) 50%/cover no-repeat;background-color:var(--primary-color);justify-content:space-between;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.circle1,.circle2{background-color:var(--action-color);filter:blur(100px);opacity:.3;border-radius:30% 70%/50%;width:500px;height:500px;animation:5s infinite alternate animated-bg}.circle2{animation-direction:alternate-reverse}@keyframes animated-bg{0%{transform:translateY(300px)translate(-200px)}to{transform:translateY(-200px)translate(200px)}}
