body {
  background: yellow;
}
p {
  color: black;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
h1 {
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
h2 {
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}