body {
  background: lightblue;
  text-align: center;
}
p {
  color: black;
  
}
h1 {
  font-weight: bold;
  text-align: center;
  font-family: fantasy;
  text-decoration: underline;
  text-shadow: 2px 2px blue;
  
}
h3{
  text-align: center;
}
li{
  font-family: cursive;
  text-align: left;
}
img{
 border-style: dashed;
  border-radius: 24px;
  border-width: medium;
  height: 450px;
  width: 390px;
}
