So to add flexbox we simply add display:flexbox, on our
container.
The flexbox instructions will affect the positions of our childs in the
containers and not the childs of our childs, but we will see later that we can postioning one
specific element.