body,html{margin:0}body{padding:0;font-family:-apple-system,Inter,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;background-color:#0d1116;overflow:scroll;text-align:center}.container{height:100%;background-color:#0d1116;display:flex;flex-direction:column;justify-content:space-between}.header-container{padding-top:30px}.header{margin:0;font-size:50px;font-weight:700}.sub-text{font-size:25px;color:#fff}.gradient-text{background:-webkit-linear-gradient(left,#60c657 30%,#35aee2 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{background:-webkit-linear-gradient(left,#60c657,#35aee2);background-size:200% 200%;animation:gradient-animation 4s ease infinite}.mint-button{background:-webkit-linear-gradient(left,#a200d6,#ff6fdf);background-size:200% 200%;animation:gradient-animation 4s ease infinite;margin-right:15px}.opensea-button{background-color:#2081e2}.mint-count{color:#fff;font-size:18px;font-weight:700}.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}.loader{height:15px;width:15px;border-radius:100%;border:2px solid #fff;border-right-color:#000;animation:spin-animation .75s linear infinite}.text-white{color:#fff}.text-sm{font-size:1rem}.d-flex{display:flex;flex-direction:row;align-items:center}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.mb-5{margin-bottom:2rem}.justify-between{justify-content:space-between}.body-container{display:flex;justify-content:space-around;align-items:center;flex-grow:1}.flex-column{flex-direction:column}.body-card{display:flex;flex-direction:column;border-radius:1rem;border:1px solid #fff;padding:15px;margin:15px;flex-grow:1;justify-content:space-between;align-items:center;width:85%;max-width:400px;font-size:1.2rem}.link{color:#fff;text-decoration:none}.link:hover{color:#eee}.mint-count{font-size:40px;font-weight:700}.align-items-end{align-items:end}input[type=number]{padding:.5rem .25rem;border-radius:.5rem;margin-left:.75rem}@-webkit-keyframes spin-animation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-moz-keyframes spin-animation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spin-animation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@-moz-keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}