.copy-button {
  position: absolute;
  top: 28%;
  right: 2%;
  background-color: rgb(158, 157, 157);
  border: none;
  color: rgb(247, 242, 242);
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

pre {
  position: relative;
}