body
  {
background: linear-gradient(315deg, #f5c500, #ffcd00);
background-size: 400% 400%;

-webkit-animation: AnimationName 23s ease infinite;
-moz-animation: AnimationName 23s ease infinite;
animation: AnimationName 23s ease infinite;

@-webkit-keyframes AnimationName {
    0%{background-position:45% 0%}
    50%{background-position:56% 100%}
    100%{background-position:45% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:45% 0%}
    50%{background-position:56% 100%}
    100%{background-position:45% 0%}
}
@keyframes AnimationName { 
    0%{background-position:45% 0%}
    50%{background-position:56% 100%}
    100%{background-position:45% 0%}
}
  }
a:link 
	{
		text-decoration:none; 
		color: black;
	}
a:visited 
	{
		color: black;
	}
a:hover 
	{
		color: #6E6E6E;
	}
h1{
	color:black;
	font-size:21px;
	align-self: center;
	text-align:justify;
	font-family: 'Roboto', sans-serif;
  }
.pie{
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
#footer{position:absolute; width:1000px; height:10px; margin: auto; left: 0px; top:997px;}