body{background-color:#111;box-sizing:border-box;display:flex;justify-content:center;margin:0;min-height:100vh}.full-box{margin-top:4rem}.full-box,.wordle-grid{align-items:center;display:flex;flex-direction:column}.wordle-grid{height:25rem;margin-top:2rem;padding:1rem;width:25rem}.wordle-row-1,.wordle-row-2,.wordle-row-3,.wordle-row-4,.wordle-row-5,.wordle-row-6{box-sizing:border-box;display:flex;height:4rem;justify-content:space-between;margin:.1rem;padding:.5rem 0;width:23rem}.wordle-box{align-items:center;border:4px solid #a1a1a1;border-radius:.6rem;box-sizing:border-box;color:#fff;display:flex;font-size:1.5rem;height:100%;justify-content:center;width:4.2rem}.green{background-color:#94ca41}.yellow{background-color:#bcbc24}.grey{background-color:grey}.keyboard{align-items:center;display:flex;flex-direction:column;margin-top:2rem}.keyboard-row{display:flex;justify-content:center;margin-bottom:.5rem}.key{background-color:#444;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1.2rem;height:3.5rem;margin:.2rem;padding:1rem;width:3rem}.wide-key{width:5rem}.key.green{background-color:#6aaa64;color:#fff}.key.yellow{background-color:#c9b458;color:#fff}.key.grey{background-color:#787c7e;color:#fff}.message{background-color:#f44336;border-radius:5px;box-shadow:0 2px 5px #0003;color:#fff;left:50%;min-width:200px;padding:10px 20px;position:fixed;text-align:center;top:20px;transform:translateX(-50%);transition:opacity .3s ease;z-index:1000}.message.success,.play-again-btn{background-color:#4caf50}.play-again-btn{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;margin-top:20px;padding:10px 20px}.title{color:#f0f8ff;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:4rem}
/*# sourceMappingURL=main.011a2388.css.map*/