.placeholder-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--dark4txt);
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
