#commander {
    justify-content: space-between;
}

#commander > button {
    width: 32%;
    border-radius: var(--space_s);
    background-color: var(--shadow_1);
}

#commander > button:hover {
    background-color: rgb(0, 0, 0, 0.4);
}

/* @media (max-width: 750px) {
    #commander {
        flex-direction: column;
        justify-content: space-evenly;
    }

    #commander > button {
        width: 100%;
        height: 25%;
    }
} */