@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');

.title {
    color: #e0e0ff;
    font-size: 8rem;
    z-index: 2;
    position: relative;
}

.optionButton {
    background-color: #40405a;
    border-color: #50506a;
    height: 6rem;
    width: 30rem;
    font-size: 4rem;
    font-family: 'Jersey 10', sans-serif;
    color: #e0e0ff;
    margin-bottom: 1.5rem;
    z-index: 2;
    position: relative;
}

body {
    font-family: 'Jersey 10', sans-serif;
    justify-content: center;
    text-align: center;
    background-color: #101020;
}

.meteor {
    position: fixed;
    width: 160px;
    pointer-events: none;
    z-index: 0;
}

p {
    color: white; 
    font-size: 4rem;
    margin: 0rem;
}

.leaderboard-div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
    z-index: 2;     
}
.leaderboard-card {
    width: 100%;
    max-width: 67vw;

    background-color: rgba(30,30,45,0.8);  
    padding: 1rem 1.25rem;
    border-radius: 8px;
    color: white;
}
.leaderboard-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 1.05rem;
}
.leaderboard-table th {
    padding: 0.3rem 0.5rem;
    color: #ddd;
    text-transform: uppercase;
    font-size: 4rem;
}
.leaderboard-table td {
    font-size: 3rem;
    padding: 0.3rem 0.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}