body
{
  margin: 0;
  width: 100%;
  font-family: Vollkorn,Helvetica,Arial,sans-serif;
  color: #2c2c2c;
  background-color: #fcfbf7;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#logo
{
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 500%;
}

footer
{
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 30px;
}