body {
    margin: 0;
    background-color: rgb(31, 31, 31);
    color: white;
    height: 100%;
    font-size: larger;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.contentTitle {
    margin-top: 10vh;
    margin-bottom: 8vh;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vh;
    width: 100%;
}

.playerDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.playerDiv:hover {
    color: orange;
}

.playerName {
    width: 25%;
    min-width: fit-content;
    padding-right: 1vw;
}

.playerAmount {
    text-align: left;
    width: 5%;
}


.fillerDiv  {
    height: 4vh;
}


.lastUpdate {
    color: grey;
    font-size: small;
}

a {
    color: rgb(167, 28, 28);
    text-decoration: none;
}

