@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bg-gradient-animate{background:linear-gradient(-45deg,#071f17,#0f3d2e,#145c3a,#1f7a4c,#145c3a,#0f3d2e,#071f17);background-size:400% 400%;animation:gradientMove 18s ease infinite}
