.Flex {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  
  .Flex-item {
    flex: 1;
  }