html,
body {
  height: 100%;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

textarea {
    width: 100%;
    height: 2em;
    border: 1px inset gray;
    margin: 0px;
    font-size: 18px;

    border-radius:10px;
    box-shadow: none;
    padding: 2px 8px;
    font-family:  twemoji;
}

.row-3 {
    height: calc( 1.3em * 3 );
    line-height: 1.3;
}

.btn--orange,
button.btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 100%;
}
.btn--orange:hover,
button.btn--orange:hover {
  color: #fff;
  background: #f56500;
  /* width: 70%; */
}



h1 {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #094;
}

h1:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}

h2 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
}

h2:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

h2:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

h4 {
  border-bottom: 6px double #000;
}
