h1 {
  font-family: Impact;
  color: RebeccaPurple;
}
h2 {
  font-family: Impact;
  color: Purple;
}

body {background-color: LemonChiffon}

p {
  font-family: Verdana;
  color: DarkViolet;
}

ul {
  list-style-type: square;
  font-family: Verdana;
  color: Purple;
}