.standings{
    display: none;
}

.standings table{
    border-collapse: collapse;
    width: 100%;
}

.standings thead{
    background-color: var(--primeGreen);
}

.standings th, td{
    padding: 5px;
    text-align: center;
}

.standings tr{
    border-bottom: 1px solid var(--primeGreen);
}

.standing-team{
    display: flex;
    justify-content: left;
}