
.clipboard-button {
  background: 0;
  border: 0;
  color: #0097ab;
  font-size: 1.5em;
  position: absolute;
  top: 0.1em;
  right: 0.5em;
  transition: color .1s ease-in-out;
}

.clipboard-button:hover {
  color: #00c6d7;
}

