h1 {
  color: rgb(165, 58, 58);
  font-size: 60px;
  font-family: verdana;
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}
h2 {
  color: rgb(214, 134, 42);
  font-family: arial;
  font-size: 40px;
  font-weight: bold;
}

h3 {
  color: rgb(129, 75, 255);
  font-size: 35px;
  font-family: Impact;
  font-weight: bold;
}
p {
  color: forestgreen;
  background-color: rgb(255, 163, 163);
  font-size: 25;
  font-family: verdana;
  font-weight: bold;
}
