body {
  background: #90c1ff;
}
  grad {
    background-image: linear-gradient(to top,#90c1ff ,#7198c9);
  }

p {
  color: darkblue;
  background-color: #ededff;
  font-family: cursive
}
h1 {
  font-weight: bold;
  color: blue;
  background-color: #ededff;
  font-family: cursive
}
img {
  border-radius: 8px;
    display: block;
  margin: auto;
  width: 50%;
   style="width:500px;height:600px;">
}

h3 {
  color: blue;
  font-family: cursive
}
