.messagePage {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 4.5rem);
  display: grid;
  place-content: center;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
.messagePage > .description {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--text-2)
}
.messagePage > a {
  font-size: 1.25rem;
  font-weight: 500;
}
