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;background-color:#0d1116;text-align:center;color:#fff}p{margin:0}.container{height:100%;background-color:#181818;display:flex;flex-direction:column;justify-content:space-between}.header-container{padding-top:30px;text-align:center}header{display:flex;flex-direction:row;justify-content:space-between;padding:10px 10px 10px 10px}.title{margin:0;font-size:35px;font-weight:700;color:#fff;text-align:center}.subtitle{font-size:25px;color:#fff}.left{text-align:left;margin-left:10%}.logo{width:20px;height:20px;margin-right:10px}.right{display:flex;background:#000;border-radius:16px;padding:12px 20px;height:99%;margin-right:10%;margin-top:10px}.content-container{background-color:#a200d6}.cta-button{height:45px;border:0;width:auto;padding-left:40px;padding-right:40px;border-radius:10px;cursor:pointer;font-size:16px;font-weight:700;color:#fff}.connect-wallet-container{display:flex;flex-direction:column;margin:auto;max-width:550px}.connect-wallet-container img{padding-bottom:20px}.connect-wallet-button{background-image:linear-gradient(to right,#ff8177 0,#ff867a 0,#ff8c7f 21%,#f99185 52%,#cf556c 78%,#b12a5b 100%);background-size:200% 200%;animation:gradient-animation 4s ease infinite}.mint-button{background:-webkit-linear-gradient(left,#a200d6,#ff6fdf);font-size:18px;background-size:200% 200%;animation:gradient-animation 4s ease infinite;margin:20px 10px;border-radius:20px;padding:0 2rem}.mint-button:disabled{background:#550072;color:#d1d1d1;cursor:not-allowed}.mint-row{display:flex;flex-direction:row;justify-content:space-between}.edit-button{border-radius:50%;cursor:pointer;margin-left:3px;top:20px;border:0;font-size:12px;background-color:transparent}.edit-icon{width:12px}.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}.form-container{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center}input{border:0;border-radius:12px;background-color:#000;color:#fff;letter-spacing:1px;font-size:26px;width:400px;margin-bottom:10px;padding:10px 20px;text-align:center}input::placeholder{color:gray;letter-spacing:2px}input:focus{outline:0}.first-row{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px}.tld{position:absolute;font-size:20px;font-weight:700;color:#fff;right:22px;margin:0;padding:0;margin-bottom:13px}.mint-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:20px}.mint-item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:5px;margin:10px 15px;font-size:18px;background-color:#c4b7fa;color:#000;min-width:150px;max-width:fit-content;box-shadow:0 0 10px 3px rgba(255,255,255,.2)}.mint-item:nth-child(2n){background-color:#add8e6}.mint-item:nth-child(3n){background-color:#ffb6c1}.mint-item:nth-child(5n){background-color:#90ee90}.link{color:#000;text-decoration:none}.underlined{text-decoration:underline}.underlined:hover{cursor:pointer}@-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%}}