body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  color: #2e1046;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

.construction-container {
  max-width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}

.logo {
  max-width: 80%;
  height: auto;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #c21875;
}

.message {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact {
  font-size: 1rem;
  color: #555;
}

.contact a {
  color: #2e1046;
  text-decoration: none;
}
