@import"https://fonts.googleapis.com/css?family=Source+Code+Pro";html,body{width:100vw;height:100vh;font-size:16px;box-sizing:border-box;margin:0}*,*:before,*:after{box-sizing:inherit}body{background:#000;display:flex;flex-direction:column;font-family:Source Code Pro,monospace}.flex-row{display:flex}.screen{background:#000;color:#aaa;height:100vh}.screen .text-container{padding:.5rem;max-height:calc(100vh - 4rem);overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.screen .text-container::-webkit-scrollbar{display:none}.screen .text-container .line{display:block;word-wrap:break-word}.screen .input-underlay{text-align:right;background:#444;color:#666;font-size:.75rem;position:absolute;bottom:.5rem;height:2.5rem;left:.5rem;right:.5rem;display:flex;align-items:center;border-radius:.25rem;padding-right:.5rem;justify-content:flex-end}.screen input{position:absolute;bottom:0;background:transparent;height:2.5rem;color:#bbb;padding-left:.75rem;margin:.5rem;border:none;outline:none;font-size:1rem;width:calc(100vw - 1rem)}
