.page-header{
    text-align: center;
    padding-bottom: 10px;
}
.page-subtitle{
    text-align: right;
}
.grid{
    padding:0
}

/* Sort */
.person-sort{
    float: left;
}
.custom-select {
    background: #1e293b;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 12px;
    outline: none;
    cursor: pointer;
    margin-right: 6px;
}

/* Numbers */
.card-rank {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 10px;
    border-bottom-right-radius: 10px;
    backdrop-filter: blur(4px);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}