.page-title {
  margin: 0;
}

.mainPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--space-5);
}

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

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