#col-container { /* background-color: antiquewhite; */ margin: 0 auto; max-width: 520px; } #prompt-row { /* background-color: lightblue; */ display: flex; flex-direction: column; justify-content: center; align-items: center; } #prompt-row #prompt-input textarea{ /* background-color: lightcyan; */ min-height: 10vh; overflow: scroll; }