
:root {
  --myteam-color: #3b82f6;
  --enemyteam-color: #ef4444;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  background-color: #f7f7f7;
  text-align: center;
  padding: 2em;
}

h2 {
  color: #333;
  margin-bottom: 1em;
}

canvas {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  max-width: 100%;
  margin-bottom: 2em;
}
