body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
}

.construction-site {
  text-align: center;
  margin-top: 50px;
}

.construction-site img {
  width: 200px; /* aanpassen aan de grootte van je afbeelding */
  height: auto;
  display: block;
  margin: 0 auto;
}

.construction-site h1 {
  font-size: 36px;
  color: #333;
}

.construction-site p {
  font-size: 18px;
  color: #666;
}
