.draggable-icon {
    position: fixed;
    top: 75px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);

    color: white;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 1000;
}
