body {
  background-color: skyblue;
}
h1 {
  color: yellow;
  background-color: pink;
  text-align: center;
  text-decoration: underline;
  font-family: Verdana;
  font-weight: bold;
  font-style: italic;
  font-size: 65px;
  letter-spacing: 2px;
  word-spacing: 5px;
  line-height: 1.5;
  text-shadow: 5px 5px 8px hotpink;
  background-size: cover;
  background-position: center center;
  transform: rotate(-1.5deg);
  box-shadow: 0px 4px 6px grey;
  border-color: black;
  border-width: 3px;
  border-style: solid;
  border-radius: 50px;
  margin: 10px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}
h3 {
  color: purple;
  background-color: pink;
  text-align: center;
  font-family: impact;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  word-spacing: 5px;
  line-height: 1.5;
  text-shadow: 5px 5px 8px violet;
  background-size: cover;
  background-position: center center;
  transform: rotate(0.5deg);
  box-shadow: 0px 4px 6px red;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  visibility: visible;
}
h4 {
  color: hotpink;
  background-color: lavender;
  font-family: serif;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  word-spacing: 5px;
  line-height: 1.5;
  text-shadow: 5px 5px 8px yellow;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 4px 6px green;
  border-color: yellow;
  border-width: 3px;
  border-style: solid;
  border-radius: 50px;
  margin: 10px;
  padding: 10px;
  visibility: visible;
}
h5 {
  color: navy;
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  word-spacing: 5px;
  line-height: 1.5;
  text-shadow: 5px 5px 8px violet;
  background-size: cover;
  background-position: center center;
  margin: 10px;
  padding: 10px;
  visibility: visible;
}
img {
  width: 200px;
  height: 200px;
  border-color: navy;
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
}
h6 {
  color: grey;
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  word-spacing: 5px;
  line-height: 1.5;
  text-shadow: 5px 5px 8px pink;
  background-size: cover;
  background-position: center center;
  margin: 10px;
  padding: 10px;
  visibility: visible;
}
