body { display: grid; align-items: center; justify-items: center; } main { width: 100%; border: solid 1px #373c44; padding: var(--padding); max-width: 700px; border-radius: 6px; background-color: #181818; textarea { --height: 250px; height: var(--height); min-height: var(--height); max-height: 70svh; } }