body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Trebuchet MS", sans-serif;
}

#landing {
  position: relative;
  width: 790px;
  height: 370px;
  background: url('en-construction.png') no-repeat center;
}

/* Modifiez top et left pour déplacer le texte au pixel près */
.texte-construction {
  position: absolute;
  top: 98px;
  left: 390px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}