.comingsoon {
  position: relative;
  text-align: center; /* Center text horizontally */
}
.comingsoon img {
  width: 100%;
}
.overlay-text {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #edc967;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-family: var(--font-family-inter);
}
.overlay-text a {
  text-decoration: none;
  color: #edc967;
}

@media (max-width: 425px) {
    .overlay-text {
    
        font-size: 14px;
      
      }
}
