.avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgb(75, 85, 99);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}
