body {
  background: pink;
  text-align: center;
}
p {
  color: #ffffff;
  font-family: cursive;
  font-size:18px;
  text-align: left;
  
}
h1 {
  font-weight: bold;
  font-family: cursive;
  text-align: center;
  color: white;
}

img{
  height: 400px;
  border-radius: 100px;
  border-color: purple;
  border-style: double;
}
li {
  text-align: left;
}
