body {
  background: #2a570b;
}
p {
  color: black;
  font-size: 20px;
  text-align: center;
}
h1 {
  font-weight: bold;
  font-size: 36px;
  color: black;
  text-align: center;
}
h3{
  color: black;
  font-size: 30px;
  text-align: center;
}
img {
  display: block;
  margin: auto;
}