body {
  background-color:rgb(255, 200, 255);
}
h1 {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
p {
  color: black;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
img {
  display: flex;
  margin: auto;
}