
#profilesection {
    text-decoration: none;
}
#profilesection a {
    text-decoration: none;
}
#profilesection .text {
    font-size:var(--text-size-lg);
    font-weight:bold;
    color:var(--text-color-1);
}
#profilesection .rank {
    font-size:var(--text-size-sm);
    font-weight:900;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}
#profilesection .profile {
    display:inline-block;
    text-align: center;
    position:relative;
}
#profilesection .profile img {
    display:inline-block;
    text-align: center;
    height:50px;
    border-radius:50%;
    border:3px solid var(--text-color-1);
    transition:all ease 0.3s;
}
#profilesection .profile::after {
    content:'';
    position:absolute;
    bottom:-5px;
    right:0px;
    width:18px;
    height:18px;
    background:rgb(69, 241, 69);
    border:4px solid var(--color-4);
    border-radius: 50%;
    z-index:11;
}
