: glow 2s infinite alternate; } .sub { font-size: 20px; font-weight: bold; margin: 10px 0 40px; letter-spacing: 3px; } /* THE "GLASS" CARD */ .card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(0, 255, 204, 0.3); padding: 30px; border-radius: 25px; width: 100%; max-width: 400px; } .ca-label { font-size: 12px; color: #00ffcc; text-transform: uppercase; margin-bottom: 10px; display: block; } .ca-box { background: #000; padding: 15px; border-radius: 10px; border: 1px solid #00ffcc; font-family: monospace; font-size: 14px; color: #00ffcc; word-break: break-all; cursor: pointer; transition: 0.3s; } .ca-box:active { background: #00ffcc; color: #000; } /* THE BIG BUY BUTTON */ .btn { display: block; background: #00ffcc; color: #000; text-decoration: none; padding: 20px; border-radius: 50px; font-weight: 1000; font-size: 24px; margin-top: 30px; text-transform: uppercase; box-shadow: 0 0 30px rgba(0, 255, 204, 0.5); } .socials { margin-top: 30px; display: flex; gap: 20px; justify-content: center; } .socials a { color: #fff; text-decoration: none; font-size: 14px; font-weight: bold; opacity: 0.7; } @keyframes glow { from { text-shadow: 0 0 10px #00ffcc; } to { text-shadow: 0 0 30px #00ffcc, 0 0 10px #fff; } }