h1 {
  color: red;
  text-shadow: 2px 2px 1px #000;
}

h2 {
  font-style: italic;
  text-align: center;
}

p {
  font-family: sans-serif;
  font-weight: 800;
  font-style: oblique;
  line-height: 30px;
}

ul {
  font-family: sans-serif;
  font-size: 20px;
  line-height: 30px;
}
