client/src/Components/DataCard/data-card.css [47:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.Name {
    font-weight: bold;
    margin-bottom: 8px;
}

.ProfilePicture {
    width: 50px; 
    height: 50px;
    border-radius: 25px;
}

.IconDetailsContainer {
    display: flex;
    flex-direction: row;
    align-items: center;   
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



client/src/Components/InfoCard/info-card.css [26:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.Name {
    font-weight: bold;
    margin-bottom: 8px;
}

.ProfilePicture {
    width: 50px; 
    height: 50px;
    border-radius: 25px;
}

.IconDetailsContainer {
    display: flex;
    flex-direction: row;
    align-items: center;   
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



