body {
  background: transparent; /* Make it white if you need */
  color: #fcbe24;
  padding: 40px;
  margin: 0;
  height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

inputComment {
  height: 100px;
}

#dataDivs {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 10px;
  margin: 20px 0 0 0;
}

#buttonsDivs {
  padding: 10px;
}

#clientDiv, #financingDiv, #vppDiv, #jobDiv {
  padding: 10px;
  font-family: 'Helvetica Neue';
}

.copyButton {
  display: inline-block;
  width:150px;
  height: 35px;
  margin: 0 0 0 20px;
}

.title {
  font-size: 15em;
}