.card-profile-username {
    position: relative;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.25rem;
    top: 0;
    right: 0;
    margin: 0;
}

.card-profile-username span {
    position: absolute;
    font-size: 0.8rem;
    margin: 0 auto;
    margin-top: 90px;
    width: 100%;
    text-align: center;
}

.userdesc p:not(:last-child) {
    margin-bottom: 1rem;
}

.server-flag {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 20px;
    z-index: 100;
}
.card-server {
    overflow: hidden;
}
.servername {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.servername:after {
    position: absolute;
    left: -15%;
    right: 62%;
    bottom: -20%;
    z-index: 100;
    background: #add036;
    top: -20%;
    transform: rotate(10deg);
}
.servername .h2 {
    color: #fff !important;
    margin-bottom: 0 !important;
    padding: 2px 0;
    position: absolute;
    z-index: 101;
    bottom: 1rem;
    left: 5%;
    text-transform: uppercase;
    font-size: 1rem;
}
.game-logo {
    position: absolute;
    top: 50%;
    left: 150px;
    width: 75px;
    z-index: 100;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transform: translateY(-60%);
}
.card-server a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}