p {
  font-style: italic;
  color: #3366ff;
  text-decoration: underline;
}
h1 {
  font-size: 40px;
  color: black;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: blink;
  background-color: #ffcc00;
}
h2 {
  border: 10px dotted white;
  background-color: #009900;
  font-weight: bold;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  font-size: 30px;
}
