body {
  font-family: 'Press Start 2P', cursive;
  background-color: #dff7f5;
  color: #333;
  text-align: center;
  padding: 20px;
  image-rendering: pixelated;
}
h1 { font-size: 24px; margin-bottom: 5px; }
.subtitle { font-size: 14px; margin-bottom: 20px; }
.container {
  max-width: 600px; margin: auto; background: #fff;
  border: 4px solid #33cc99; border-radius: 12px;
  padding: 20px; box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.vote-section {
  display: flex; justify-content: space-around;
  align-items: center; margin: 20px 0;
}
.team img {
  width: 128px; height: 128px; margin-bottom: 10px;
}
button {
  font-family: 'Press Start 2P', cursive; font-size: 10px;
  padding: 10px 15px; background-color: #33cc99;
  color: white; border: none; border-radius: 5px; cursor: pointer;
}
button:hover { background-color: #2bb386; }
.score {
  font-size: 14px; font-weight: bold; margin: 10px 0;
}