:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#app{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;max-height:100vh}#chat{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;min-height:100vh}#chat-header{display:flex;flex-direction:row;min-height:10vh;max-height:10vh;width:94%}#connected{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.simple-header{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.chat-entry{padding-left:1rem;padding-right:1rem;padding-bottom:1rem;border-bottom:1px solid grey}#chat-body{min-height:80vh;max-height:80vh;width:100%;overflow-y:scroll}#chat-footer{display:flex;flex-direction:row;align-items:center;height:9vh;width:100%}#chatbox-input{resize:none;height:90%;width:90%;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0}#chatbox-button{height:100%;width:10%;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0}
