pre.code {
  display: grid;
  margin: 30px 0;
}
pre.code code {
  padding: 15px;
  border-radius: 10px;
  max-height: 500px;
  overflow: auto;
  position: relative;
}
pre.code .copy-button {
  position: absolute;
  color: #eee;
  font-size: 18px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.pbe__code__input__text {
  background-color: rgb(30, 30, 30);
  color: rgb(204, 204, 204);
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 10px;
  padding: 15px;
  height: 200px;
  font-family: var(--bs-font-monospace);
  font-size: .85rem;
}