:root{--listing-item-border-radius: 25px;--listing-item-margin-bottom: 15px}@media(max-width: 420px){:root{--listing-item-border-radius: 10px;--listing-item-margin-bottom: 10px}}html{scroll-behavior:smooth}body{min-width:320px;margin:0;padding:20px;background-color:#171e21;color:#000;font-size:13px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden}@media(max-width: 420px){body{padding:10px}}main{display:grid;gap:var(--listing-item-margin-bottom);width:100%;max-width:720px;margin:0 auto}.info-text{display:flex;flex-direction:column;align-items:center;gap:20px;padding:30px 6%;text-align:center;line-height:1.45;background-color:#232e39;border-radius:var(--listing-item-border-radius);box-shadow:0 0 8px rgba(0,0,0,.15)}@media(max-width: 420px){.info-text{gap:10px;padding:25px 4%}}.info-text .title{color:#23abe4;font-size:21px;font-weight:600;text-transform:uppercase;text-align:center}.info-text .text{color:#ccc;font-size:16px}.info-text .text a{color:#23abe4}.info-text .text a:hover{filter:brightness(1.15)}.total-overview{display:grid;gap:5px;padding:6% 10%;background-color:#232e39;text-align:center;border-radius:var(--listing-item-border-radius);box-shadow:0 0 8px rgba(0,0,0,.15)}.total-overview .title{color:#fff;font-size:15px;font-weight:600;text-transform:uppercase}.total-overview .total{font-size:40px;font-weight:600}.total-overview .total.posts{color:#d593db}.total-overview .total.profiles{color:#ffa3a3}.total-overview .total::after{content:"+"}/*# sourceMappingURL=default.css.map */