body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App-fullscreen{display:flex;justify-content:center}.dictionary-fullscreen{background:linear-gradient(rgba(131,58,180,.7),rgba(253,29,29,.7) 50%,rgba(252,176,69,.7))}.dictionary-contentContainer{margin-bottom:10px;display:flex;flex-wrap:wrap;justify-content:space-evenly}.dictionary-contentContainerNormal{margin-top:110px}.dictionary-contentContainerPushed{margin-top:210px}.dictionary-contentContainerDown{animation-name:pushDown;animation-duration:.2s}.dictionary-contentContainerUp{animation-name:pullUp;animation-duration:.2s}@keyframes pushDown{0%{margin-top:60px}to{margin-top:160px}}@keyframes pullUp{0%{margin-top:160px}to{margin-top:60px}}.newSearchBar-overlay{position:relative;z-index:9999}.newSearchBar-fullbar{height:30px;background-color:#fff;position:fixed}.newSearchBar-innerButton{width:50px}.newSearchBar-expandContract,.newSearchBar-innerButton{height:50px;display:flex;justify-content:center;align-items:center}.newSearchBar-expandContract{background-color:#56acee;border-radius:25px;box-shadow:2px 2px 3px #000;position:fixed;top:55px;left:5px}.newSearchBar-testAnimateExpand{width:calc(100% - 10px);animation-name:expand;animation-duration:.5s}.newSearchBar-testAnimateExpanded{width:calc(100% - 10px)}.newSearchBar-testAnimateShorten{width:50px;animation-name:shorten;animation-duration:.5s}.newSearchBar-testAnimateShortened{width:50px}@keyframes shorten{0%{width:calc(100% - 10px)}to{width:50px}}@keyframes expand{0%{width:50px}to{width:calc(100% - 10px)}}.newSearchBar-keyboardExpand{animation-name:expandKeyboard;animation-duration:.2s}.newSearchBar-keyboardExpanded{height:150px}.newSearchBar-keyboardShorten{animation-name:shortenKeyboard;animation-duration:.2s}@keyframes shortenKeyboard{0%{height:150px}to{height:50px}}@keyframes expandKeyboard{0%{height:50px}to{height:150px}}.keyboard-fullBoard{display:flex;justify-content:space-evenly;flex-wrap:wrap;padding:5;margin-bottom:5;width:95%}.keyboard-keys{margin:1px 2px;display:flex;justify-content:center;align-items:center;max-height:40px;max-width:60px;min-height:16px;min-width:24px;border-radius:6px;background-color:#c8c8c8;box-shadow:1px 1px 3px #000}.topBar-fullBar{display:flex;flex-direction:row;justify-content:flex-end;height:40px;position:fixed;top:0;right:0;z-index:20000;padding-right:20px}.topBar-tab{display:flex;justify-content:center;align-items:center;padding:5px 10px;margin-top:5px;margin-right:5px;border-radius:5px}.homeColor{background-image:radial-gradient(#ae53eb,#6e2a9b)}.storyColor{background-image:radial-gradient(#ff8181,#c41313)}.endlessColor{background-image:radial-gradient(#ffb05d,#df801a)}.historyColor{background-image:radial-gradient(#f8d35b,#b89807)}.dictionaryColor{background-image:radial-gradient(#c7df5e,#86a010)}.creditsColor{background-image:radial-gradient(#8de64e,#458f10)}.closeColor{background-image:radial-gradient(#77c5bb,#2d796f)}.TB-menuButton{height:35px;width:125px;margin:5px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:20;box-shadow:1px 1px 2px #000}.TB-sideBar{left:px;height:100vh;width:150px;background-color:rgba(100,150,200,.7);border-radius:0 30px 30px 0;flex-direction:column;box-shadow:1px 1px 2px #000;padding-top:10px}.TB-cornerButton,.TB-sideBar{position:absolute;z-index:999999;top:0;display:flex;align-items:center}.TB-cornerButton{left:0;height:50px;width:50px;background-color:#56acee;border-radius:0 0 30px 0;box-shadow:2px 2px 3px #000;justify-content:center}.TB-topTabFont{font-size:max(min(2vmin,35px),15px)}.TB-white{color:#fff;font-weight:700}
/*# sourceMappingURL=main.d4a82104.chunk.css.map */