.gWalletExt__useMyWallet {
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    background-color: #827dcd;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    font-family: 'Bebas Neue', 'Gilroy';
    line-height: 19px;
    height: 34px;
    transition: 500ms all;
    display: inline-flex;
}

.gWalletExt__useMyWallet:hover {
    background-color: #be739b;
}
