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