@import url(./styles/game_table.css);
@import url(./styles/header.css);

.game {
  display: flex;
  width: 100%;
  height: 100%;
}

.game_actions {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
