#uspopulation {
  width: 200px;
  height: 200px;
  background: conic-gradient(
    #ff9900 0deg 216.36deg,
    #333 216.36deg 282.96deg,
    cyan 282.96deg 327.96deg,
    #00ccff 327.96deg 348.84deg,
    #ff00aa 348.84deg 356.76deg,
    #00ff66 356.76deg 360deg
  );
  border-radius: 50%;
}

.pie-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  font-family: sans-serif;
}

.legend-box {
  width: 120px;
  padding: 10px 0;
  border-radius: 6px;
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
