    #moveable-box-container {
        position: relative;
        /* overflow: hidden; */
              /* touch-action: none; */

    }

    .moveable-box {
      width: 80px;
      height: 80px;
      position: absolute;
      background: #3498db;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      user-select: none;
    }