body {
  text-align: center;
  background-color: #f59430;
}

textarea {
  width: 80%;
  height: 100%;
  min-height: 100px;
  max-height: 150px;
  resize: vertical;
}
#Input {
  border: 2px dotted #00f;
}
#Output {
  background-color: #ddd;
}
button {
  padding: 15px 32px;
}
ul {
  list-style: none;
  padding-left: 20%;
  text-align: left;
  align-items: center;
  flex-direction: column;
}
p.note {
  font-size: 10px;
}
footer {
  width: 100%;
  padding: 30px 0;
  bottom: 0;
}

@media screen and (min-width: 1000px) {
  div.input-text,
  div.output-text {
    clear: both;
    display: inline-block;
  }
  textarea {
    width: 450px;
    height: 100%;
    min-height: 100px;
    max-height: 300px;
  }
}
