body {
    background: transparent;
}

#card {
    padding: 16px;
    background: var(--c-base-18);
}

#header {
    font-size: 18px;
    position: relative;
    line-height: 1.2;
}

#header .title {
    color: white;
    font-weight: 600;
}

#header .category {
    color: var(--c-base-90);
}

#footer .avatar {
    height: 36px;
}

#footer {
    font-size: 16px;
    color: var(--c-base-60);
    position: relative;
}

#footer .name {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

#footer .timestamp {
    font-size: 12px;
}

#footer .rank {
    color: var(--c-base-100);
    font-weight: 600;
}

#footer .flag {
    height: 16px;
    border-radius: 4px;
}

#footer .rankCont {
    font-size: 14px;
    color: var(--c-base-90);
    font-weight: 400;
}
