body {
  background: #000000;
  margin: 0 auto;
  text-align: center;
}
img {
  text-align: center;
}


#center {
  width: 500px;
  margin: 90px auto 0 auto;
  text-align: center;
}
h1 {
  background: #990000;
  text-align: center;
  margin:0;
  padding: 0;
  color: white;
  font-family: Georgia;
  font-weight: normal;
}
h1:hover {
  background-color: #888;
  color: #990000;
}


