body{
	background: #19e5e6;
	-webkit-animation: color 30s linear infinite;
	-moz-animation: color 30s linear infinite;
	-ms-animation: color 30s linear infinite;
	-o-animation: color 30s linear infinite;
	animation: color 30s linear infinite;
	color:white;
}


.container{
	text-align:center;
	font: 300 150px Comfortaa;
}

.logo{
	margin:15% auto 0 auto;
}

.sub{
	font-size:35px;
}

@-moz-keyframes color {
  0% {
    background: #19e5e6;
  }
  25% {
    background: #80e619;
  }
  50% {
    background: #e61919;
  }
  75% {
    background: #7f19e6;
  }
  100% {
    background: #19e5e6;
  }
}
@-webkit-keyframes color {
  0% {
    background: #19e5e6;
  }
  25% {
    background: #80e619;
  }
  50% {
    background: #e61919;
  }
  75% {
    background: #7f19e6;
  }
  100% {
    background: #19e5e6;
  }
}
@-o-keyframes color {
  0% {
    background: #19e5e6;
  }
  25% {
    background: #80e619;
  }
  50% {
    background: #e61919;
  }
  75% {
    background: #7f19e6;
  }
  100% {
    background: #19e5e6;
  }
}
@keyframes color {
  0% {
    background: #19e5e6;
  }
  25% {
    background: #80e619;
  }
  50% {
    background: #e61919;
  }
  75% {
    background: #7f19e6;
  }
  100% {
    background: #19e5e6;
  }
}
