@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#e0e5ec;display:flex;font-family:Inter,sans-serif;justify-content:center;margin:0;min-height:100vh}.counter-container{padding:2rem;text-align:center}.title{color:#5b657e;font-size:2rem;font-weight:600;margin-bottom:2rem}.count-display-wrapper{align-items:center;background:#e0e5ec;border-radius:50%;box-shadow:inset 8px 8px 16px #a3b1c6,inset -8px -8px 16px #fff;display:flex;height:250px;justify-content:center;margin:0 auto 3rem;width:250px}.count-display{color:#3b82f6;font-size:7rem;font-weight:800;transition:transform .2s ease-in-out}.count-display.animate{transform:scale(1.1)}.button-group{display:flex;gap:1.5rem;justify-content:center}.btn{background:#e0e5ec;border:none;border-radius:50%;box-shadow:8px 8px 16px #a3b1c6,-8px -8px 16px #fff;color:#5b657e;cursor:pointer;font-size:2rem;height:80px;transition:all .2s ease-in-out;width:80px}.btn:hover{color:#3b82f6}.btn:active{box-shadow:inset 4px 4px 8px #a3b1c6,inset -4px -4px 8px #fff;font-size:1.8rem}
/*# sourceMappingURL=main.77692923.css.map*/