 @import url("reset.css");
 
body {
  background: white;
  color: #DEDEDE;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  margin: 20px;
  font-weight: normal;
  font-size: 5em;
  text-align: center;
}

a {
  padding: 2px 3px;
  background: #2B3F3F;
  color: white;
  text-decoration:none;
}

a:hover {
  background: #5E8685;
}

#content {
  width: 600px;
  margin: 50px auto 50px auto;
}

#links {
  margin-top: 50px;
  text-align: center;
  font-size: 3em;
}
