.image-with-text {
    position: relative;
    overflow: hidden;
  }
  
  .image-text {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
  }
