body {
  background: #e9b2e1;
}
p {
  color: #e7e93f;
  text-align: center;
  font-size: 20px;
  font-family: fantasy;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 20px
    color: #ffffff;
  font-family: fantasy;

}
img {
  display: block;
  margin: auto;
  width: 35%;
}
h2{
  font-size: 30px;
  text-align: center;
  color: aquamarine;
}

h4{
  text-align: center
}