body {
  background-color: #f6edd8;
 text-align: center 
}
p {
  color: black;
  font-family: cursive

}
h1 {
  font-weight: bold;
  font-family: cursive;
  text-shadow: 2px 2px black; 
  color:cadetblue;
 text-align: center
}
h2{
  font-family: cursive
}
img{
  width: 600px;
  border-style: dotted;
  border-width: 6px;
  border-radius: 50px;
  
}
li {
  text-align: left;
}