How to align text in textarea box to the top-left?

Hi, I am wrapping up the survey form project and I am having trouble figuring out how to align the text to the top-left or very start of the textarea box. It seems to always be centered on the vertical axis.

This is my code so far:

#description{
  height: 70px;
  appearance: text-area;
  flex-direction: column; 
  resize: vertical;
}

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

Do you have a link to your project on Codepen?

Are any other styles being applied to the textarea element?