html,
body {
  margin: 0;
  padding: 0;
}
  #wrapper {
    width: 400px;
    margin: 200px auto;
    text-align: center;
    font-family: Georgia, serif;
    text-shadow: 0 0 0 white;
  }
    h1 {
      font-size: 128px;
      font-weight: normal;
      margin: 0;
      margin-top: 60px;
    }
      h1 a,
      h1 a:hover {
        text-decoration: none;
        color: #333;
      }
      h1 a:hover {
        color: #000;
      }