.info {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 3rem;
}

.info img {
    width: 5rem;
}

.info .address {
    margin-left: 2rem;
}

.block {
    background-color: rgba(71, 71, 71, .6);
    border-radius: 8px;
    padding: 1.5rem;
}

.balance .data {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    line-height: 4rem;
}

.invitation {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #f8e0ac, #edb872);
    color: #5a4421;
}

.invitation img {
    flex: 1;
    width: 3rem;
}

.invitation .hint-text {
    flex: 3;
    padding-left: 1rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.invitation .inv-link {
    flex: 1;
}

.invitation .inv-link .btn-invitation {
    color: #5a4421;
    background: white;
    padding: 5px 1rem;
    border-radius: 10px;
}

.gain .header, .group .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.gain .body, .group .body {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.gain .body .amount, .group .body .amount {
    font-size: 1.5rem;
    font-weight: bold;
    color: #eec67f;
    padding-bottom: 2rem;
}

.gain .body .name, .group .body .name {
    color: #999;
}
