body {
  background: #559186;
}
p {
  color: #000000;
  font-size: 24px;

  text-align: center;}
h1 {color: #000000;
  font-weight: bold;
  font-size: 36px;
  text-align: center}
h2{
  text-align:center;
  font-size: 32px;
  color: aqua;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}