html,body{margin:0;padding:0;height:100%;background:#fff;overflow:hidden;font-family:Comic Sans MS,Chalkboard SE,Marker Felt,Segoe Print,cursive,sans-serif;-webkit-user-select:none;user-select:none;touch-action:manipulation}#root{height:100%}#wrap{position:fixed;top:0;right:0;bottom:26px;left:0;display:flex;align-items:center;justify-content:center;background:#fff}#cv{background:#fff;width:min(100vw,calc((100vh - 26px) * 4 / 3));height:min(calc(100vh - 26px),75vw);display:block;cursor:pointer;outline:none}#nameUI{position:fixed;left:50%;top:55%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:14px}#nameInput{font-family:inherit;text-align:center;color:#1b1b1b;background:#fff;border:4px solid #1b1b1b;border-radius:14px;outline:none}#nameGo{font-family:inherit;color:#1b1b1b;background:#fff;border:4px solid #1b1b1b;border-radius:14px;cursor:pointer}#nameGo:active{background:#1b1b1b;color:#fff}#footer{position:fixed;left:0;right:0;bottom:0;height:26px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#1b1b1b;background:#fff}
