body {
    background-color: #CCF5AC;
}

.footer {
    background-color: #082a3d;
}

/* media controls */
@media (max-width: 425px) {
    .card-footer {
        flex-direction: column;
    }
    .card-footer-item:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1215px) {
    #changePlayersCol {
        min-width: 300px;
    }

    #changePlayersContainer {
        justify-content: center;
    }
}