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}.App{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100vh;height:100svh;position:relative}.App.dark{background-color:#23272f;color:#ecebf0}.App.dark button{border-color:#ecebf0;color:#ecebf0}.toolbar{align-items:center;display:flex;justify-content:space-around;margin-top:1rem;width:calc(100% - 1rem)}.toolbar h1{color:#177aee;margin:0}.toolbar h1 sup{font-size:12px;font-style:italic}.toolbar nav{align-items:center;display:flex}.toolbar nav button{border:none;margin-right:.75rem}.correct{background-color:#31d631}.in-correct{background-color:#f69191}.partially-correct{background-color:#e6ca1a}button{background-color:initial;border:1px solid #23272f;border-radius:5px;cursor:pointer;font-weight:700;padding:1rem}p{font-size:14px;line-height:1.5rem}.w-100{width:100%}.uppercase{text-transform:uppercase}footer{margin-bottom:.5rem}footer a{color:inherit}.hint-container{background-color:#fff;border-radius:5px;max-width:85%;padding:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}.hint-container h2{font-size:1.2rem}.color-indicator{border-radius:50%;display:inline-block;height:.75rem;width:.75rem}.close-icon-container{display:flex;justify-content:flex-end}.close-icon-container button{padding:.5rem 1rem}.backdrop{background-color:rgba(0,0,0,.75);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:9}.keyboard-control .row{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center;width:100%}.keyboard-control .row:not(:last-of-type){margin-bottom:.5rem}.game{flex:1 1}.guess-container{align-items:center;display:flex;gap:4px}.guess-container div{border:1px solid #ccc;border-radius:3px;font-weight:700;height:2.5rem;line-height:2.5rem;text-align:center;transition:background-color .25s ease;width:2.5rem}.guess-container:not(:last-of-type){margin-bottom:4px}
/*# sourceMappingURL=main.cd3bdd60.css.map*/