h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #d92332;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #444;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
