#copy
{
    cursor: pointer;
}

#copy:hover {
    color: blue;
}

.copy
{
    cursor: pointer;
}

.copy:hover {
    color: blue;
}