@charset "UTF-8";
/* CSS Document */

body {
  background-color: #e74c3c;
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
	position: static;
}
@-webkit-keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
@keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}

p {
 	font-family: serif;
  text-align: center;
  color: #fff;
	font-size: 80pt;

}



.change{
	font-size: 50pt;
	color: #fff;
	text-align: center;
	margin-top: 300px;

	
}

.spec{
	font-size: 12pt;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}


.logo {
	position: fixed;
	
	bottom:  0;
	left:  0;
  	right:  0;
  	margin: 0;
  		
}
