body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container {
  padding: 20px;
  max-width: 600px;
}

.logo {
  max-width: 300px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2em;
  color: #222;
}

p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.construction-img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
  margin-top: 30px;
  font-size: 0.9em;
  color: #777;
}
