.stars-container{z-index:0;position:absolute;inset:0;overflow:hidden}#stars,#stars2,#stars3{background:0 0;animation-name:animStar;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute}#stars{width:1px;height:1px;animation-duration:50s}#stars2{width:2px;height:2px;animation-duration:100s}#stars3{width:3px;height:3px;animation-duration:150s}#stars:after,#stars2:after,#stars3:after{content:" ";width:inherit;height:inherit;box-shadow:inherit;background:0 0;position:absolute;top:2000px}@keyframes animStar{0%{transform:translateY(0)}to{transform:translateY(-2000px)}}
.animated-background{background:linear-gradient(45deg,#4a044e 0%,#1e1b4b 100%) 0 0/200% 200%;animation:6s infinite background}@keyframes background{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
