.avatar {
    @apply text-white;

    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;

    &.avatar-black {
        @apply bg-black;
    }

    &.avatar-red {
        @apply bg-red;
    }
}
