.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container div {
    display: flex;
    justify-content: center;
}
.Mcontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Mcontainer div {
    display: flex;
    justify-content: center;
}
.container :nth-child(1) { order: 1; }
.container :nth-child(2) { order: 2; }
.container :nth-child(3) { order: 3; }
.container :nth-child(4) { order: 4; }
.container :nth-child(5) { order: 5; }
.container :nth-child(6) { order: 6; }

.Mcontainer :nth-child(1) { order: 1; }
.Mcontainer :nth-child(2) { order: 2; }
.Mcontainer :nth-child(3) { order: 3; }
.Mcontainer :nth-child(4) { order: 4; }
.Mcontainer :nth-child(5) { order: 5; }
.Mcontainer :nth-child(6) { order: 6; }