textarea{
  width: 100%;
  color: #000000;
  height: auto;
  /* padding: 5px; */
  border: 1px solid #000000;
  /* border-radius: 10px; */
  /* font-family: Tahoma, sans-serif; */
  /* background-image: url(image.gif) repeat-y; */
  /* background-position: bottom right; */
  /* background-repeat: no-repeat; */
  /* background-repeat: repeat-x; */
  /* background-color: lightyellow; */
  text-align: center;
  /* line-height: 130%; */
  /* wrap: soft; */
  white-space:pre-wrap;
  wrap: hard;
  /* resize: none; */
  box-sizing:border-box;
  overflow:hidden;
}

h1{
  text-align: center;
  font-size: 16px;
  color: #000000;
}


