h1 {
  text-align: center;
  font-family: Georgia;
  color: red;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.top {
}
p {
  font-family: Georgia;
  color: black;
}
li {
  font-family: Georgia;
  color: black;
}

  
