.card {
    border-radius: 8px;
    /* background-color: red; */
    /* border-color: pink; */
    /* max-width: 300px; */
}
.card-divider{
    background-color: #03588C;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.avatar {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}