body { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; overflow-x: hidden; margin: 0; padding: 0; } form { display: flex; flex-direction: column; align-items: center; justify-content: center; } div { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100vw; } label { text-align: center; width: 20%; } .spacer { width: 60%; } button { border: none; border-radius: 0; padding: 0.75rem; width: 20%; } textarea { background-color: inherit; border: none; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; resize: none; outline: none; height: 100vh; width: 100vw; max-height: 100vw; max-width: 90vw; margin: 0 auto; padding: 1.5rem; } :modal { height: 90vh; width: 90vw; }