html { height: 100%; } body { background: rgb(62,61,61); color: rgb(248,248,242); font-family: Helvetica, Arial, sans-serif; height: 100%; width: 100%; position: fixed; margin: 0; } #main { display: flex; flex-direction: column; height: 100%; } #top { display: flex; align-items: center; padding: 0.25em 0.5em; box-shadow: 0px 0px 10px #000; z-index: 10; } #top > img { height: 24px; } #top > span { margin-left: 12px; } #log { padding: 1em; display: flex; flex-direction: column; flex-grow: 1; overflow: scroll; overflow-x: hidden; background: rgba(0,0,0,0.4); } #log pre { margin: 0; font-family: Menlo, monospace; font-size: 1em; } .message-in { color: rgb(248,248,242); } .message-out { color: rgb(172,128,255); } .info { color: rgb(99,208,230); } .error { color: rgb(249,36,114); }