body{background: linear-gradient(139deg, #000000, #494949, #000000); background-size: 600% 600%; -webkit-animation: AnimationName 47s ease infinite; -moz-animation: AnimationName 47s ease infinite; animation: AnimationName 47s ease infinite; margin-top: 50px;} @-webkit-keyframes AnimationName {0%{background-position:0% 29%} 50%{background-position:100% 72%} 100%{background-position:0% 29%}} @-moz-keyframes AnimationName {0%{background-position:0% 29%} 50%{background-position:100% 72%} 100%{background-position:0% 29%}} @keyframes AnimationName {0%{background-position:0% 29%} 50%{background-position:100% 72%} 100%{background-position:0% 29%}}
.pie{font-family:Oswald,sans-serif;text-align:center; color: white}
