fieldset { display: flex; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem; } #result { white-space: pre; display: none; background: var(--background-body); padding: .6rem 0 1rem 1rem; margin-top: 1rem; } #display { -webkit-user-select: all; user-select: all; } input, textarea { background-color: var(--background-body); }