
.dc {
    position:relative;
}

#discord-online{
    position:absolute;
    bottom:-4px;
    right:-4px;

    min-width:18px;
    height:18px;

    background:#57f287;
    color:#000;

    border-radius:20px;

    font-size:10px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0 4px;
}

