body {
  font-family: Century Gothic;
  width: 800px;
  margin: auto;
  background: #EEE;
  text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#content {
  width: 800px;
  background: #FFF;
  margin: auto;
  margin-top: 20px;
}

#haiku {
  width: 750px;
  margin: auto;
  padding-top: 10px;
}

.tweet {
  font-size:16px;
  padding-top: 4px;
}

#user {
  font-size:32px;
}

#more {
  font-size:18px;
}

