
.copy-button {
&:hover {
    background-color: #006080;
}
&.copied {
    color: green;
}
}


