h3{font:1em Monaco,monospace;text-align:center;font-weight:300}.donate-crypto-box{display:flex;align-items:center;width:100%;padding:1em;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:text}.coin{display:inline-block;position:relative;min-width:3em;min-height:3em;animation:spin 3s cubic-bezier(.3,2,.4,.8) infinite both;transform-style:preserve-3d;vertical-align:middle}@keyframes spin{0%,10%{transform:rotate(-10deg) perspective(400px)}90%,to{transform:rotate(-10deg) perspective(400px) rotateY(180deg)}}.coin-face{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%}.coin-face:first-child{transform:translateZ(-.2em) rotateY(-180deg)}.coin-face:nth-child(2){transform:translateZ(-.1em)}.coin-face:nth-child(4){transform:translateZ(.1em)}.coin-face:nth-child(5){transform:translateZ(.2em)}.coin-face svg{width:100%;height:100%}.coin-address{flex:1 1;font:.5em Monaco,monospace;text-align:center;margin-left:1em;border-width:0 0 2px;border-color:rgba(0,0,0,.1);transition:border-color .3s;cursor:text}.coin-address:hover{transition-duration:.1s}.btc{max-width:21em}.btc .coin-face{background:shade(#f90,35%)}.btc .coin-face:first-child,.btc .coin-face:nth-child(5){background:#f90}.btc .coin-address:focus,.btc .coin-address:hover{border-color:#f90}.eth{max-width:23em}.eth .coin-face{background:shade(#6f7cba,35%)}.eth .coin-face:first-child,.eth .coin-face:nth-child(5){background:#6f7cba}.eth .coin-address:focus,.eth .coin-address:hover{border-color:#6f7cba}.ltc{max-width:21em}.ltc .coin-face{background:shade(#b5b5b5,35%)}.ltc .coin-face:first-child,.ltc .coin-face:nth-child(5){background:#b5b5b5}.ltc .coin-address:focus,.ltc .coin-address:hover{border-color:#b5b5b5}._next,body{height:calc(100vh - 1em);font-size:4vmin}#__next{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.donate-crypto-box:first-child .coin{animation-delay:.2s}.donate-crypto-box:nth-child(2) .coin{animation-delay:.4s}.donate-crypto-box:nth-child(3) .coin{animation-delay:.6s}