body {
  background: rgba(172, 220, 184, 0.57);
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr{
  border-top: 1px solid black;
  border-radius: 5px;
  border: 1px solid black;
}
p{
  text-align: center;
  font-size: 20px;
}