.list {
    line-height: 2.8rem;
}

.list > div {
    border-bottom: 1px solid #2d8cf0;
    padding: 5px 0;
}

.list .header {
    font-size: 1.5rem;
    font-weight: bold;
}

.list .body .tr {
    display: flex;
    justify-content: space-between;
}

.list .body .tr .amount {
    font-weight: bold;
}

.list .body .tr .sub {
    color: #0c9fff;
}

.list .body .tr .plus {
    color: red;
}

.gain {
    margin-top: 4rem;
}
