.app{display:flex;flex-direction:column;align-items:center}.app .label{font-weight:700}.app div.divider{height:1.5rem}.app div.send{display:flex;flex-direction:row;align-items:center;gap:10px}.app input.send{width:190px;height:30px;margin:10px 0;border-radius:5px;border:none;padding:5px;font-size:16px}.app button.send{margin:10px 0;padding:10px 20px;border-radius:5px;border:none;font-size:16px;background-color:#111;color:#fff;cursor:pointer}.app button.send:hover{background-color:#333}.app button.send:active{background-color:#555}.app textarea.log{width:290px;height:3rem;margin:10px;border-radius:5px;border:none;padding:5px;font-size:16px}html{background-color:transparent}body{margin:0;display:flex}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}#root{box-sizing:border-box;width:100vw;height:100vh;background-color:#ccc;border-radius:20px;display:flex;justify-content:center;align-items:center}
