@keyframes colorFade {
  0% { background-color: #6FBF44; }
  50% { background-color: #6DCFF6; }
  0% { background-color: #6FBF44; }
}

html { font-family: 'Roboto Condensed', 'sans-serif' }


body { background-color: #6FBF44; animation: colorFade 30s ease infinite; }

#contact {
  display: block;
  position: absolute; left: 0; bottom: 3%;
  width: 100%;
  text-align: center;
  color:#fff;
  font-size: 1.5em;
}

#logo {
  height: 80%;
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
}

#logo img {
  width: 80%;
  margin: auto;
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
}
