:root {
  color-scheme: light dark;
}

body {
  font-family: system-ui, sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem;
}

header nav a {
  margin-right: 1rem;
}

.player-link {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid currentColor;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
