.under-construction-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 80px 20px;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
}

.under-construction-message h1 {
  font-size: 2rem;
  color: #222222;
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.under-construction-message p {
  font-size: 1.125rem;
  color: #555555;
  margin: 0;
  max-width: 720px;
  line-height: 1.6;
}
