.under-construction {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9999;
  }
  
  .under-construction img {
    max-width: 100%;
    max-height: 70vh;
    margin-bottom: 20px; 
  }

  .under-construction p {
    font-size: 18px;
    color: #333;
  }
  