html {
    background: url('../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
  }

  body {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
  }

  .fblink {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 300px;
    text-align: center;
    margin-left: -150px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
  }
  .fblink:hover {
    text-decoration: underline;
  }

  h1 {
    width: 200px;
    height: 180px;
    background: url('../images/logo.png') 0 0 no-repeat;
    font: 0/0 a;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -90px;
  }