* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #1F1F1F;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  padding: 1rem;
}

.container {
  max-width: 500px;
  width: 100%;
}

.construction-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.footer-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #8B5E3C;
}
