body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: transparent; /* Caurspīdīgs fons, lai nav melno joslu */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  padding: 20px;
  border-radius: 16px;
  background: #222;
  box-shadow: 0 4px 20px rgba(0,0,0,0.6);
  max-width: 500px;
  width: 95%;
}

h1 {
  margin-bottom: 20px;
  font-size: 24px;
}

.stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.medal {
  font-size: 28px;
  font-weight: bold;
}

.gold { color: gold; }
.silver { color: silver; }
.bronze { color: peru; }

.name {
  font-size: 16px;
  margin-top: 6px;
  color: #ddd;
}
