body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding:1rem}.header{margin-bottom:6px;margin-top:-5px}.grid{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:minmax(50px,1fr);grid-template-columns:repeat(5,minmax(50px,1fr));margin-bottom:10px;max-width:500px;width:100%}.keyboard-container{align-items:center;display:flex;flex-direction:column;width:100%}.keyboard{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:1rem}.letter{background-color:#f1f1f1;border:2px solid #ccc;border-radius:6px;cursor:pointer;font-size:18px;font-weight:700;height:40px;transition:background-color .2s ease;width:40px}.letter.active,.letter:active{background-color:#add8e6}.delete-btn,.reset-btn,.submit-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:35px;transition:background-color .2s ease;width:80px}.delete-btn{background-color:#e74c3c}.submit-btn{background-color:#2ecc71}.reset-btn{background-color:#3498db}.box{align-items:center;aspect-ratio:1/1;background-color:#d3d3d3;border:2px solid #ccc;display:flex;font-size:1.8rem;font-weight:700;justify-content:center;text-transform:uppercase}.box.green{background-color:green;color:#fff}.box.yellow{background-color:gold;color:#fff}.box.red{background-color:#a9a9a9;color:#fff}.btn-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
/*# sourceMappingURL=main.6c6edc63.css.map*/