¿Cómo podrías distribuir el espacio entre los elementos de manera uniforme?
flex-space: distribute;
justify-items: evenly;
space-distribution: even;
justify-content: space-between;