.copy-button {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #eee;
  border: none;
  padding: 4px 8px;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 4px;
}

