.flex-grow {
  flex: 1; }

.flex-row {
  display: flex;
  align-items: center; }
