.cover-photo {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.profile-card {
    margin-top: -80px;
    background: #FFF;
    border-radius: 20px;
    padding: 3rem 1.5rem;
    text-align: center;
    border: 1px solid #f5f5f5;
    box-shadow: rgb(76 78 100 / 5%) 0px 2px 10px 0px;
}

.profile-card img {
    width: 50%;
}

.profile-card .user-name {
    font-size: 1.45rem;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #333;
    font-weight: 700;
}

.profile-card .user-wallet {
    font-size: 0.9rem;
    margin-bottom: 0px;
    color: #888;
    font-weight: 500;
}

.profile-card .user-description {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 0px;
    margin-top: 30px;
    color: #999;
    font-weight: 500;
}
