.UnderConstruction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.UnderConstruction .Title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.UnderConstruction .Message {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
}