body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-image: url('/1200px-SITIO-EN-CONSTRUCCION.jpg');
  background-size: cover;
  background-repeat: repeat;
  opacity: 0.7;
}

.construction-content {
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: rgba(170, 20, 20, 0.8);
  padding: 20px;
  border-radius: 10px;
}

.construction-icon {
  font-size: 100px;
  color: #000000;
}

h1 {
  font-size: 36px;
  color: #ffffff;
  margin: 20px 0;
}

p {
  font-size: 18px;
  color: #ffffff;
}