body {
  background: rgba(172, 220, 184, 0.57);
}
p {
  font-size: 20px;
  color: black;
  text-align: center;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
h2{
  font-size: 30px;
  font-weight: bold;
    text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr{
  border-top: 1px solid black;
  border-radius: 5px;
  border: 1px solid black;
}