#wallet-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #cfcfcf;
    position: fixed;
    top: 0;
    max-width: 480px;
    background-color: #fff;
    z-index: 100;
}

#wallet-header-title{
    font-size: 24px;
    font-weight: 700;
    color: #737373;
}