[data-element-id]#copyHtmlBtn {
    display: none;
}

#copyHtmlBtn {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #000;
    border-radius: 5px;
    padding: 20px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    cursor: pointer;
}
