main {
    height: 100%;
}

table td {
    padding: 0.25rem 0; /* Adjust as needed */
}

table th {
    padding: 0rem 0; /* Adjust as needed */
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #140c04;
    gap: 1rem;
    padding: 2rem;
}

.wrapper > .bigbutton, .wrapper > .button {
    width: 100%;
}

#scoreboard {
    width: 100%;
    color: white;
    font-size: 1.2rem;
    padding: 1rem;
}

#scoreboard > tbody {
    padding: 0.5rem;
}

#scoreboard th {
    font-weight: 800;
}

#scoreboard thead {
    padding-bottom: 0.5rem;
}

#scoreboard thead tr:first-child {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 0.5rem;
}

#scoreboard tbody tr td:first-child {
    padding-top: 0.5rem;
}

#scoreboard .center {
    text-align: center;
}

#scoreboard .left {
    text-align: left;
}

#scoreboard .right {
    text-align: right;
}

#sort-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.5rem;
    gap: 1rem;
    margin-top: 0.5rem;
}