.loremipsum {
  display: flex;
  padding: 20px;
  justify-content: center;
}

.copybtn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#result {
  white-space: pre-line;
  margin-top: 50px;
  margin-left: 30px;
  height: 50vh;
  width: 50vw;
  overflow-y: auto;
}
