body {
  background: #8fdaa5;
}
p {
  color: black;
  font-size: 20px;
  text-align: center;
}
h1 {
  font-weight: bold;
  color:blue;
  font-size: 36px;
  text-align: center;
}
h3{ color: black;
  font-size: 30px;
  text-align: center;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
  hr {
    border: 10px solid green;
    border-radius: 5px;
  }
h2{ color: black;
  font-size: 30px;
  text-align: center;
}
