/*-----------------------------------------------
|   Flex
-----------------------------------------------*/
.flex-center{
  align-items: center;
  justify-content: center;
}
