#profilesection,
#profilesection a {
    text-decoration: none;
}

#profilesection .profile {
    position: relative;
    display: inline-flex;
}

#profilesection .profile::after {
    position: absolute;
    z-index: 2;
    content: "";
    border-radius: 50%;
    background: var(--ac-success);
}

#profilesection .rank {
    font-weight: 700;
}
