.container
{
  height: 20vh;
  display: flex;
  margin-bottem: lightblue;
  border: solid 2px;
}
#row
{
  flex-direction: row;
  #row-reverse;
}
#colum
{
  flex-direction