#textToCopy {
    border: none;
    cursor: copy;
    user-select: none;
    color: rgba(211, 69, 69, 0.548);
    text-align: center;
    word-break: break-all;
  }
