body {
  background-color: #f0f0f0;
  color: #333;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
.container {
  text-align: center;
}
.construction-icon {
  font-size: 5rem;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
p {
  font-size: 1.25rem;
}
