.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 20px;
  color: var(--page-heading-color);
  font-size: 30px;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    font-size: 40px
  }
}

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

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