body {
  background-color: lightsteelblue;
}
p {
  color: black;
}
h1 {
  font-family: cursive
  font-weight: bold;
  text-align: center;
  background-color:b
}
img{
  height: 240px;
  border-style:dotted solid;
  border-width: 10px;
  border-color: aliceblue;
}