#just_words_light {
  height: 80%;
  display: inline-block;
  border: 4px solid lightgrey;
}

#just_words_orange {
  width: 300px;
}

@media only screen and (max-width: 850px) {
  #theContainer {
    text-align: center;
    padding: 0px;
  }
  .Copy {
    text-align: left;
    width: 400px;
    max-width: 100%;
  }
}
