@font-face {
  font-family: Mona;
  src: url("https://cdn.leafscape.be/monafont/mona_web.woff2") format("woff2");
}
#ascii_art_speech_bubble .content_box form#ascii_art_speech_bubble_form .textarea_group:not(:last-of-type) {
  margin-bottom: 30px;
}
#ascii_art_speech_bubble .content_box form#ascii_art_speech_bubble_form .textarea_group textarea {
  padding: 1rem;
  width: 100%;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 5px;
}
#ascii_art_speech_bubble .content_box form#ascii_art_speech_bubble_form .textarea_group textarea[name=input_text] {
  min-height: 100px;
  height: 100px;
}
#ascii_art_speech_bubble .content_box form#ascii_art_speech_bubble_form .textarea_group textarea[name=output_text] {
  min-height: 150px;
  height: 150px;
  font-family: Mona;
}
#ascii_art_speech_bubble .content_box form#ascii_art_speech_bubble_form .copy_btn {
  margin-top: 30px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
  background-color: #f3a13f;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}
#ascii_art_speech_bubble .content_box form#ascii_art_speech_bubble_form .copy_btn:hover {
  opacity: 0.75;
}
#ascii_art_speech_bubble .content_box form#ascii_art_speech_bubble_form #copied {
  z-index: 100;
  position: fixed;
  right: 30px;
  bottom: 20px;
  padding: 20px 25px;
  color: #fff;
  font-size: 14px;
  display: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}