.white-blue {
  color: var(--white-blue);
}

.primary-color-background {
  background-color: var(--primary-color);
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
}

