
fabby-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
     width:fit-content;height:46px;
/*background-color: #0d6efd;*/
background-image: url('./images/facebookicontransact.png');
background-repeat: no-repeat;
color: #b0f8e0;
border-color: #2c78e0;
border-radius: 3px;
border-width: 2px;
padding: 3px;

}