.initials-circle {
    width: 120px;
    height: 120px;
    background-color: #6c757d;
    color: white;
    font-size: 40px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}