input[type=text],select{color:#f6f6f7;background:#2f3136;border:1px solid #040405;border-radius:3px;padding:10px;box-sizing:border-box;font-size:16px;margin:0;outline:0;width:100%;transition:.2s;height:2.5em}input[type=text]:focus{border:1px solid #5865f2}.add-option,.red-button{color:#fff;cursor:pointer;transition:.15s;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;user-select:none}.add-option{display:inline-block;background:#5865f2;border-radius:.2em;padding:.5em 1em;box-sizing:border-box;font-size:16px;outline:0;margin:.3em 0}.add-option:hover{background:#5159bb}h2,h3{color:#fff;margin:10px 0}h3{margin:5px 0;font-weight:500}p{margin:3px 0}#out{white-space:pre-wrap;line-break:anywhere;background:#2f3136;border:1px solid #202225;padding:.5em;color:#c7cace;border-radius:4px;font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace}#main{display:flex}@media only screen and (min-width:601px){#out-container{position:sticky;top:1em}}@media only screen and (max-width:600px){#main{flex-direction:column}}.red-button{position:absolute;top:3.5px;right:3.5px;background:#f04747;border-radius:3px;width:2em;text-align:center;font-weight:700;font-size:21px}.red-button:hover{background:#b53f41}