body {
  background: pink;
}
p {
  color: #010101;
  text-align: center;
  font-size: 20px;
}
h1 {text-align:center
  font-weight: bold;
  color: #8f72d2;
  text-align: center;
  font-size: 36px;
}
h3{
  color: #8f72d2;
  text-align: center;
  font-size: 28px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}