body {
      margin: 0;
      padding: 20px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #e0f2fe;
    }

h1 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #222;
    }

p {
    margin-bottom: 1em;
    max-width: 700px; /* keeps text from stretching across the whole screen */
    }
    
.construction-img {
  display: block;
  margin: 0 auto;       /* centers horizontally */
  max-width: 90vw;      /* scale to 90% of viewport width */
  max-height: 90vh;     /* scale to 90% of viewport height */
  object-fit: contain;  /* keeps proportions */
}
