body {
  background: #e9b2e1;
}
p {
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  font-family: cursive;
}
h1 {
  font-weight: bold;
text-align: center;
  font-size: 30px
  color: #ffffff;
  font-family: cursive;
   
}
h1 {
  
  display: block;
  margin: auto;
  width: auto; 

}
h2{
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  
}

.center{ 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto
}

img {
  border: 20px solid #7ba2ff;
  border-radius: 4px;
  padding: 5px;
  width: 400px;
  
}
h4{
  text-align: center;
  
}