@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");*{font-family:Inter,sans-serif;box-sizing:border-box;overflow:hidden}body{background:#1e1e1e;height:100vh}body,section{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%;overflow:hidden}section{max-width:360px;min-width:360px;border-radius:8px;background:#252525;padding:1.5em;transition:all .5s ease-in-out}b{color:#c8c7c7;font-size:15px;margin-top:16px;margin-bottom:-8px}b,p{text-align:center}p{color:#9a9a9a;font-size:13.5px}img{width:46px;height:46px}.loader,img{border-radius:8px}.loader{width:32px;height:32px;opacity:.5}span{color:#b4b3b3;font-size:12px;margin:12px 0 6px;width:75%;text-wrap:wrap;display:inline;height:auto;overflow-wrap:break-word;word-wrap:break-word;white-space:pre-warp;background:#38383850;color:#d3d2d2;padding:1em;text-align:center;border:1px solid #35353550;border-radius:5px;font-size:13px}.fading-text{animation:fade 2s infinite alternate}@keyframes fade{0%{opacity:1}to{opacity:.5}}h5{color:#b4b3b3;font-size:12px;text-align:center;display:none;font-weight:400;font-style:italic}