body{margin:0;padding:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100vh;gap:2px}.box{display:flex;font-size:2em;color:#555;justify-content:center;align-items:center;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;overflow:hidden;text-overflow:ellipsis;white-space:normal}#box1{grid-row:1 / 4}#box1 svg{width:100%;max-width:100%;max-height:100%}#logoutput{height:100%;width:100%;padding:10px 5px;text-align:left;font-size:8px;font-family:monospace;white-space:pre-wrap}
