.input-style {
  width: 96%;
  height: 1.5rem;
}
.textarea-style {
  padding-top: 0.4rem;
  width: 96%;
  height: 9rem;
}
button {
  padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .input-style {
    width: 30%;
  }
  .textarea-style {
    width: 30%;
  }
}
