body {
    font-size: 30pt;
    font-family: Ubuntu, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    margin: 0px;
    background-color: #8dd7f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #1e2150;
    font-weight: bold;
}

.banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    align-items: center;
}

.title {
    font-size: 46pt;
    margin: 5px 0px;
    font-family: Montserrat;
    color: #ed175f;
    flex-grow: 1;
}

.subtitle {
    margin: 5px 0px;
    font-size: 20pt;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


#table-loader {
    margin-top: 30px;
}

table.ranking {
    width: 100%;
    border: none
}

table.ranking th {
    text-align: left;
    font-family: Montserrat;
    color: #ed175f;
}

table.ranking tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.3);
}

.centered {
    text-align: center !important;
}

.update {
    font-size: 24pt;
    margin-top: 20px;
}