body {
  background-color: orangered
}
h1 {
  text-align: center;
  text-shadow: -2px 2px
}
p {
  text-align: center;
}
h2 {
  text-align: center;
  text-shadow: 1px 2px
}
img {
  display: block; margin-left: auto; margin-right: auto;
}