.container{background:linear-gradient(270deg,#00755b,#004d79,#0c7700);background-size:600% 600%;width:100dvw;height:100dvh;-webkit-animation:AnimationName 21s ease infinite;-moz-animation:AnimationName 21s ease infinite;-o-animation:AnimationName 21s ease infinite;animation:AnimationName 21s ease infinite;display:flex;max-height:100vh;align-items:center;justify-content:center}@-webkit-keyframes AnimationName{0%{background-position:0 51%}50%{background-position:100% 50%}to{background-position:0 51%}}@-moz-keyframes AnimationName{0%{background-position:0 51%}50%{background-position:100% 50%}to{background-position:0 51%}}@-o-keyframes AnimationName{0%{background-position:0 51%}50%{background-position:100% 50%}to{background-position:0 51%}}@keyframes AnimationName{0%{background-position:0 51%}50%{background-position:100% 50%}to{background-position:0 51%}}