h1 {
color: blue;
  text-align: left;
}

h2 {
  font-style: bold;
  text-align: left;
color: cyan;
}

p {
  font-family: cursive;
p.intro {
  width: 50%;
  font-style: bold;
}
}

ul {
  font-size: 30px;
  line-height: 30px;
}
