body{background:linear-gradient(270deg,#2d00f0,#f0d500);background-size:400% 400%;-webkit-animation:AnimationName 8s ease infinite;-moz-animation:AnimationName 8s ease infinite;animation:AnimationName 8s ease infinite}@-webkit-keyframes AnimationName{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@-moz-keyframes AnimationName{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes AnimationName{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.my-5{color:#fff;font-size:40px;background:-webkit-linear-gradient(#f6f4f4,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
