body {
  background: rgba(0, 113, 77, 0.39);
}
p {
  color: black;

  font-size: 20px;
  text-align: center;
  font-weight: bold;

  color: #000000;
}
h1 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
h2  {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid purple
}