body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 20px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
}

.logo {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}

.company-name {
  font-size: 2em;
  margin-bottom: 10px;
}

.construction-message {
  font-size: 1.5em;
  color: #ffcc00;
  margin-bottom: 15px;
}

.description {
  font-size: 1em;
  line-height: 1.5;
}