.page-title {
  margin-top: 0;
  text-align: center;
}

.main-page-title {
  margin-bottom: 1rem;
}


.main-page-content p {
  margin: 0 0 8px;
}

.main-page-content {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
    margin: 30px 0 10px;
  }
  h1:first-of-type, .h1:first-of-type,
  h2:first-of-type, .h2:first-of-type,
  h3:first-of-type, .h3:first-of-type,
  h4:first-of-type, .h4:first-of-type,
  h5:first-of-type, .h5:first-of-type,
  h6:first-of-type, .h6:first-of-type  {
    margin: 0 0 20px;
  }
}

.main-page-content *:last-of-type {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .main-page-title {
    margin-bottom: 2rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
