.center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}