.rounded-img {
    border-radius:25px;
    overflow:hidden;
}

.rounded-avatar {
    border-radius:5px;
    overflow:hidden;
}

.filename {
    font-style: italic;
    position: relative;
    bottom: 10px;
    /* copied from .text-muted Bootstrap*/
    --bs-text-opacity:1;
    color:var(--col-code-block-filename)!important;
    /* end .text-muted Boostrap copy*/
}

.s2 {
    color: var(--col-code-block-text-emphasis)!important;
}

.code-block-title {
    font-style: italic;
    font-size: 0.8rem;
}