@font-face { font-family: "industry"; src: url("https://use.typekit.net/af/44c438/00000000000000007735a64e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/44c438/00000000000000007735a64e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/44c438/00000000000000007735a64e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-stretch: normal; font-display: auto; }

@font-face { font-family: __Inter_e66fe9; src: url("font/c9a5bc6a7c948fb0-s.p.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
    background-color: #333;
    font-family: __Inter_e66fe9;
    color: #E2E4EF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    width: 100vw;
}

table {
    border-collapse: collapse;
    width: 100%;
    counter-reset: row;
}

.container{
    background-color: rgb(27, 57, 119);
    width: 80%;
    margin: auto;
    margin-top: 1.5rem;
    border-radius: 1rem;
    border-color: cadetblue;
    border-style: solid;
    border-width: 0.25rem;
}

.title{
    background-color: rgba(255, 255, 255, 0.1);
    font-family: "industry";
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: .025em;
    font-weight: 700;
    word-wrap: break-word;
}

tr{
    background-color: rgba(0, 0, 0, 0.2);
}

tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.09)
}

tr:first-child{
    background-color: rgba(255, 255, 255, 0.25)
}

tr:not(:first-child)::before{
    counter-increment: row;
    content: counter(row) ". ";
}

tr:nth-child(2)::before{
    content: "🥇";
}

tr:nth-child(3)::before{
    content: "🥈";
}

tr:nth-child(4)::before{
    content: "🥉";
}

th{
    font-weight: 750;
}

td{
    font-weight: 500;
}