body {
    font-family: 'Nunito', Arial, sans-serif;
}

html {
    scrollbar-color: #79C10F #111827;
}

.content-container, .footer-container {
    max-width: calc(100% - 500px);
    margin-left: auto !important;
    margin-right: auto !important;
}

nav a:hover, nav button:hover {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}

footer {
    margin-top: 50px;
}

#logo-img {
    transition: transform 0.3s ease-in-out;
}

#logo-img:hover {
    transform: scale(1.2);
}

.filter-container {
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
    border-radius: .375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    width: fit-content;
    max-width: 100%;
    gap: 50px;
    row-gap: 1.5rem;
}

.filter-container select,
.filter-container input[type="text"] {
    color: black;
    border-radius: .375rem;
    border-style: solid;
    border-color: gray;
    width: 250px;
    height: 35px;
    padding: 0 .5rem;
}

.filter-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.table-container {
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
    border-radius: .375rem;
}

.playercount-textcolor {
    color: #79C10F !important;
}