style.css 90 B

123456789
  1. main {
  2. width: 80%;
  3. margin: auto;
  4. }
  5. form textarea {
  6. width: 100%;
  7. height: 100px;
  8. }