.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.usercard{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 50px;
    height: 52px;
}

.put-currency {
    display: none;
}

.put-amount {
    display: none;
}

.put-location {
    display: none;
}

.put-bank-type {
    display: none;
}

.put-bank-country {
    display: none;
}

.put-bank {
    display: none;
}

.put-company-type {
    display: none;
}

.put-company-country {
    display: none;
}

.get-currency {
    display: none;
}

.get-location {
    display: none;
}

.get-amount {
    display: none;
}

.get-bank-type {
    display: none;
}

.get-bank-country {
    display: none;
}

.get-bank {
    display: none;
}

.get-company-type {
    display: none;
}

.get-company-country {
    display: none;
}
