.wordle-app{text-align:center;background-color:#eee;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:2rem;display:flex}canvas{cursor:crosshair;border:#aaa;display:block}.sneakyform{visibility:collapse;height:0}.header-title{font-size:large;font-weight:600}.board{flex-direction:column;align-items:center;gap:8px;margin-top:16px;display:flex}.square{background-color:#fff;outline:solid #00008b;width:36px;height:36px;margin:4px}.square-wrong{background-color:#a9a9a9}.square-correct{background-color:#90ee90}.square-nearby{background-color:#ff0}.square-empty{background-color:#fff}.keyboard{justify-content:center;width:100%;position:fixed;bottom:0}.key{border-radius:5px;width:32px;height:50px;margin:2px}.row{flex-direction:row;justify-content:center;display:flex}.row-spacer{height:50px}.editable-row{opacity:1}
