body {
  background: azure;
}
p {
  color: darkblue;
  text-shadow: -1px 1px deepskyblue;
  font-size: 17px;
  font-family: inherit;
  
}
h1 {
  text-align: center;
  color: blue;
  text-shadow: -4px 2px skyblue;
  font-family: cursive;
  font-size: 37px;
  text-decoration: underline;
  border-style: solid;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-color: darkblue;
  border-top-color: darkblue;
  border-left-color: darkblue;
  border-right-color: darkblue;
}
h3 {
  color: darkblue;
  text-shadow: -1px 2px skyblue;
  font-family: sans-serif;
  letter-spacing: 5px;
}
h2 {
  color: darkblue;
  text-shadow: -2px 2px deepskyblue;
  font-family: fantasy;
}
ul {
  color: blue;
  text-shadow: -2px 2px skyblue;
  font-family: inherit;
}
ol {
  color: blue;
  text-shadow: -2px 2px skyblue;
  font-family: cursive;
}
h4 {
  color: darkblue;
  text-shadow: -2px 2px deepskyblue;
  font-size: 23px;
  font-family: inherit;
}
img {
  border-style: solid;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-color: black;
  border-width: thick;
  width: 400px;
  float: right;
}
