textarea {
    width: 100%;
  }
  
  #form h2 {
    text-align: center;
  }
  
  .form, .content-side {
    width: 40% !important;
  }
  
  div.convert {
    padding-top: 200px;
    float: left;
    width: 20%;
    margin: 0 auto;
    text-align: center;
  }
  
  button.action {
    background-color: #1f48ff;
    border: none;
    color: white;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
  }
  
  button.action:hover {
    background-color: #3f68ff;
  }
  
  .leftForm, .content-side.left {
    float: left;
  }
  
  .rightForm, .content-side.right {
    float: right;
  }
  
  .content-side.right {
    margin-left: 0 !important;
  }

.form {
  text-align: center;
}

#copy-button {
  background-color: #efefef !important;
  display: none;
}

textarea {
  font-size: 10px;
}