body {
  background: #c6a5ff;
  text-align: center;
}
p {
  color: teal;
  font-size: 30px;
  text-align: center;
}
h1 {
  font-weight: bolder;
  font-size: 40px;
  text-align: center;
}
img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
