.AcronymPage{align-items:center;background-color:#282c34;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.AcronymPage .letters,.AcronymPage .words{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.AcronymPage .words{border-bottom:3px solid transparent;color:#fff;cursor:pointer;font-size:5vh;margin:5vh;transition:border-bottom .15s ease-in-out}.AcronymPage .words .locked{color:#ba5a31}.AcronymPage .words:hover{border-bottom:3px solid #ba5a31}.AcronymPage .word{background-color:#282c34;z-index:2}.AcronymPage .copied{color:#282c34;font-size:20px;margin-bottom:-9vh;margin-top:9vh;transition:margin-bottom .25s ease-in-out,margin-top .25s ease-in-out,color .15s ease-in-out}.AcronymPage .copied.active{color:#ba5a31;margin-bottom:-4vh;margin-top:4vh;transition:margin-bottom .15s ease-in-out,margin-top .15s ease-in-out,color .25s ease-in-out;visibility:visible}.AcronymPage .letters{margin-left:1.5vh}.AcronymPage .letters .cursor-wrapper{height:12vh}.AcronymPage .letters .cursor-wrapper .cursor{-webkit-animation:blinkingText 1.2s infinite;animation:blinkingText 1.2s infinite;color:#fff;font-size:5vh;line-height:5vh}.AcronymPage .generateButton{background-color:#ba5a31;border:.3vh solid #282c34;border-radius:5vh;border-radius:100px;box-shadow:0 .9vh 0 #ba5a31;color:#282c34;font-size:5vh;margin-bottom:1vh;min-width:16vw;outline:none;padding:1.4vh 1.7vh;pointer-events:all!important;transition:border .15s ease-in-out,color .15s ease-in-out,margin-top .15s ease-in-out,box-shadow .15s ease-in-out,margin-bottom .15s ease-in-out,margin-top .15s ease-in-out,background-color .15s ease-in-out}.AcronymPage .generateButton:hover{box-shadow:0 .7vh 0 #ba5a31;cursor:pointer;margin-bottom:.8vh;margin-top:.2vh}.AcronymPage .generateButton.generate,.AcronymPage .generateButton:hover:active{box-shadow:0 .2vh 0 #ba5a31;margin-bottom:.3vh;margin-top:.7vh;transition:border 0s ease-in-out,color 0s ease-in-out,margin-top 0s ease-in-out,box-shadow 0s ease-in-out,margin-bottom 0s ease-in-out,margin-top 0s ease-in-out,background-color 0s ease-in-out}.AcronymPage .generateButton.generate:focus{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;-webkit-touch-callout:none!important;outline:none!important;touch-action:manipulation!important;-webkit-user-select:none!important;user-select:none!important}.AcronymPage .mobileInput{opacity:0}@-webkit-keyframes blinkingText{0%{color:#fff}49%{color:#fff}60%{color:transparent}99%{color:transparent}to{color:#fff}}@keyframes blinkingText{0%{color:#fff}49%{color:#fff}60%{color:transparent}99%{color:transparent}to{color:#fff}}.LetterButton button{background-color:transparent;border:none;color:#fff;font-size:5vh;outline:none}.LetterButton button.lockable{cursor:pointer}.LetterButton div{color:#fff;font-size:5vh;padding-left:.5vh}.LetterButton div.unlocked{visibility:hidden}*{font-family:Droid Sans Mono,monospace;outline:0;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=main.ce801b89.css.map*/