.card-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

#current-card, #next-card {
  width: 80px;
  height: 120px;
  font-size: 30px;
}

.game-info {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.game-info p {
  margin: 5px 0;
}

.game-actions {
  margin-top: 20px;
}

#hl-choices {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.message {
  margin-top: 15px;
  min-height: 20px;
}