main {
    display: flex;
    flex-flow: column;
    /*justify-content: center;*/
    align-items: center;
}

.leaderboard {
    width: clamp(10px, 90vw, 800px);
}
thead {
    background-color: #ffd754;
}
tbody {
    background-color: rgba(255, 215, 84, 0.2);
}