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{height:100vh;overflow:scroll;text-align:center}.App,.container{background-color:#0d1116}.container{height:100%;display:flex;flex-direction:column;justify-content:space-between}.header-container{padding-top:30px}.header{margin:0;font-size:50px;font-weight:700;color:#fff}.sub-text{font-size:25px;color:#20b2aa}.gradient-text{background:-webkit-linear-gradient(left,#20b2aa 30%,#0ff 60%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-button{height:45px;border:0;width:auto;padding-left:40px;padding-right:40px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;color:#fff}.connect-wallet-button,.wave-button{background:-webkit-linear-gradient(left,#0ff,navy);background-size:200% 200%;-webkit-animation:gradient-animation 4s ease infinite;animation:gradient-animation 4s ease infinite;margin-right:15px}.footer-container{display:flex;justify-content:center;align-items:center;padding-bottom:30px}.twitter-logo{width:35px;height:35px}.footer-text{color:#fff;font-size:16px;font-weight:700}#toast{visibility:hidden;max-width:500px;margin:auto;background:-webkit-linear-gradient(left,#20b2aa,#0ff);background-size:200% 200%;-webkit-animation:gradient-animation 4s ease infinite;animation:gradient-animation 4s ease infinite;text-align:center;border-radius:10px;position:fixed;z-index:1;left:0;right:0;bottom:30px;font-size:17px}#toast,#toast #desc{height:90px;white-space:nowrap}#toast #desc{display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:700;overflow:hidden}#toast.show{visibility:visible;-webkit-animation:fadein .5s,expand .5s .5s,stay 3s 1s,shrink .5s 2s,fadeout .5s 2.5s;animation:fadein .5s,expand .5s .5s,stay 3s 1s,shrink .5s 4s,fadeout .5s 4.5s}@-webkit-keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@-webkit-keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes expand{0%{min-width:50px}to{min-width:350px}}@keyframes expand{0%{min-width:50px}to{min-width:350px}}@-webkit-keyframes stay{0%{min-width:350px}to{min-width:350px}}@keyframes stay{0%{min-width:350px}to{min-width:350px}}@-webkit-keyframes shrink{0%{min-width:350px}to{min-width:50px}}@keyframes shrink{0%{min-width:350px}to{min-width:50px}}@-webkit-keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:60px;opacity:0}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:60px;opacity:0}}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#20b2aa}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.c3aa3342.chunk.css.map */