.message-count {
    position: absolute;
    top: -16px;
    right: -25px;
    border-radius: 50%;
    background: var(--glowny-kolor-ciemny);
    width: 25px;
    color: white;
    height: 24px;
    display: flex;
    font-size: small;
    text-align: center;
    align-items: center;
    justify-content: center;
}