body {
  background-color: #b7e4c7;
}
h1 {
  color: #283618;
  font-family: 'Trattatello', fantasy, cursive;
  text-align: center;
  line-height: 1.5
}

h2 {
  color: #432818;
  font-family: 'Trattatello', fantasy, cursive;
  text-align: center;
  line-height: 1.5
}

h3 {
  color: #432818;
  font-family: 'Trattatello', fantasy, cursive;
  text-align: center;
  line-height: 1.5
}
p {
  color: black;
  font-family: 'Times New Roman';
  text-indent: 50px;
  line-height: 1.5
}


.parent {
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center;     /* Vertical centering */
  height: 80px;           /* Viewport height to see it center on page */
}
