@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'), url(DroidSerif.woff2) format('woff2');
}
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), local('Lobster-Regular'), url(Lobster-Regular.woff2) format('woff2');
}

html, body
{
    height: 100%;
}

body {
  background-color: #e3f0fb;
  background-image: linear-gradient(to top, white 0%, #e3f0fb 100%);

}

#wrapper {
  text-align: center;
  margin-top: 270px;
}

#footer p {
  font:normal 14px/1em Lobster;
  color:#999;
}