.btn{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;outline:0;border:0;cursor:pointer;transition:all 0.2s ease-in-out;font-size:1.25rem;line-height:1em;color:var(--color-neutral-000);padding:calc(12em/20) calc(35em/20) calc(13em/20);gap:calc(11em/20);background-color:var(--color-pink-400);border-radius:30em;font-weight:700}.btn:hover{transform:scale(1.03)}.btn>img{transition:all 0.2s ease-in-out}.btns,.buttons-group{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;grid-gap:1rem 1.5rem}.btns.centered,.buttons-group.centered{justify-content:center}
/*# sourceMappingURL=buttons.css.map */