.pie{
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
#footer{position:absolute; width:1000px; height:10px; margin: auto; left: 0px; top:997px;}
h1 {
	font-family: 'Unica One', cursive;
	text-align: center; color:#666;
}
h2{font-family: 'Unica One', cursive;
	text-align: center; font-size:35px; color:#666;}
	h3 {font-family: 'Unica One', cursive;
	text-align: center; font-size:50px; color:#FFF;}
	h4 {font-family: 'Unica One', cursive;
	text-align: center; font-size:42px; color:#666;}
	h5  {
	font-family: 'Unica One', cursive;
	text-align: center; color:#666; font-size:30px;
}
h6 {font-family: 'Unica One', cursive;
	text-align: center; font-size:50px; color:#FFF;}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	margin-top: 0px;
	background: linear-gradient(228deg, #ffe300, #ffec54);
background-size: 400% 400%;

-webkit-animation: AnimationName 20s ease infinite;
-moz-animation: AnimationName 20s ease infinite;
animation: AnimationName 20s ease infinite;

@-webkit-keyframes AnimationName {
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@keyframes AnimationName { 
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
}