body {
  color: black;
  font-family: Verdana;
}
img {text-align:center;}
h1 {text-align:center;}
h2 {text-align:center;}
p {text-align:center;
     margin-top:0;margin-left:200px;margin-right:200px;}
ul {text-align:center;}
ul {list-style:none;
       margin-top:0;margin-left:200px;margin-right:200px;}
body {text-align:center;}
p {background-color:transparent;}
body {-webkit-animation: colorchange 60s infinite; 
-moz-animation: colorchange 60s infinite; 
animation: colorchange 60s infinite;
}
@-webkit-keyframes colorchange {0%  {background: #33FFF3;} 25%  {background: #ff00af;} 50%  {background: #11ff77;} 75%  {background: #dc763f;} 100% {background: #f08080;}
}
@keyframes colorchange { 0%  {background: #33FFF3;} 25%  {background: #ff00af;} 50%  {background: #11ff77;} 75%  {background: #dc763f;} 100% {background: #f08080;}
}   