.container {
  display: flex;
  flex-direction: row;
}

.html-container,
.pdf-container {
  display: flex;
  flex-direction: column;
  height: 80vh;
}

.html-container {
  width: 70%;
}

.pdf-container {
  width: 30%;
}

.html-container textarea {
  font-size: 15px;
}

.button-create-pdf {

  height: 50px;
  background-color: #024f7f;
  color: white;
  border-radius: 8px;
  border: none;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-create-pdf:hover {
  color: black;
}