Replacing
#container { display: inline-flex;
in your CSS with this will correct it:-
#container { display: block-flex;