.background-animate{animation:AnimationName 3s ease infinite}@keyframes AnimationName{0%,to{opacity:100%}50%{opacity:30%}}
