.UserProfileCard {
    width: 380px;
    border: none;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    height: auto;
}

.upper img {
    width: 100%;
    height: 120px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.user {
    position: relative;
}

.profile img {
    height: 80px;
    width: 80px;
    margin-top: 2px;
}

.profile {
    position: absolute;
    top: -50px;
    left: 38%;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.alert {
padding: 0.5rem;
border-radius: 8px;
}
#massageToggle{
    display: none;
}