#main-header{
    display: flex;
    align-items: center; /* Prevent vertical stretching */
    justify-content: center; /* Center horizontally */
    height: 200px;
    border-bottom: ;: 2px solid #333;
    background-color: #f0f0f0;

}
#construction{
    display: block;
  align-items: center;
  justify-content: center;
  height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;

   }
.construction a {
  display: block;
  width: 100%;
  height: 100%;
}

.construction img {
  width: 30px;
  height: 30px;
  object-fit: cover; /* or 'contain' depending on your needs */
}
.construction a {
  object-fit: contain;
  max-height: 50px;
}

img {
    max-height: 200px;  /* Scale down if too tall */
    height: auto;      /* Maintain aspect ratio */
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
    height: auto;
    object-fit: contain;
}