body {
  background: #d0f8db;
}
p {
  color: black;
  font-size: 20px;
  text-align: center;
}
h1 {
  color: bold; color: black;
  font-size: 32px;
  text-align: center;
}
h2{color: bold;color: black;
font-size: 28px;
text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h3{color: bold;color: black;
  font-size: 24px;
  text-align: center;
}