#copyButton {
    cursor: pointer;
    background: #f1bb3a;
}

.copied {
    opacity: 0;
    position: absolute;
    left: 55px;
}
