CSS Humor

Dart Board Game Align Items Center

.dart-board > .game {
  align-items: center;
}

From @SGoresht