/* Nav-bar highlighting */
#nav-random{
    text-underline-offset: 8px !important;
    text-decoration-thickness: 2px !important;
    color: var(--accent-color);
}

/* Containers */
.main-container{
    position:relative;
    justify-content: center;
}

.leaderboard{
    display:flex;
    width:50%;
    margin:0 auto;
    padding-top:25px;
    justify-content:center;
    flex-wrap:wrap;
}

/* Components */

table{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

table th {
    padding: 10px;
}

table td {
    padding: 10px;
    width: 150px
}

table tr{
    border-radius: 8px;
}

/* Cleaned - 10/08/2023 */