
body {
  text-align: center;
}

h1 {
  font-family: "Century Schoolbook L", "Century Schoolbook", "Times New Roman", serif;
  font-size: 60px;
  text-align: center;
}

h2 {
  font-size: 30px;
}

ul {
  padding-left: 10px;
}

li {
  list-style: none;
}

a {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
  color: red;
}
