body {
  color: darkviolet;
  background-color: plum;
  font-family: Lato, Arial;
  text-align: center;
}

p {
  font-size:15pt;
}

li {
  padding-bottom: 15px;
  text-align: left;
  font-size:15pt;
}

h1 {
  color: darkturquoise;
}

h2 {
  padding-top: 50px;
}


