@tailwind base;
@tailwind components;
@tailwind utilities;

a {
  text-decoration: none;
}

.game-info {
  display: flex;
  justify-content: space-between;
  /* Distribute items along the main axis */
  align-items: center;
}

.game-name,
.game-date {
  margin: 0;
  padding: 0;
}