html,body{ height:100%; }
/* html,body */
body{  display:flex; flex-wrap: wrap; align-items:center; }
/* body{ background:#563250; display:flex; flex-wrap: wrap; } */
/* body{ display:flex; align-items:center; } */

textarea{  
  /* display: none; */
  display: block;
  box-sizing: padding-box;
  overflow: hidden;
  padding: 25px;
  width: 700px;
  /* font-size: 14px; */
  font-size: 15px;
  /* margin: 50px auto; */
  margin: 5px auto;
  /* border-radius: 6px; */
  border-radius: 18px;
  box-shadow: 2px 2px 8px rgba(black, .3);
  border: 0;
  
  &:focus{
    border: none;
    outline: none;
  }
}
