#piramidaPendudukContainer {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  /*font-family: Arial, sans-serif;*/
  text-align: center;
}

.piramida-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 20px 30px 40px;
}

.info-box {
  background: #ecf0f1;
  padding: 8px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #34495e;
  text-align: center;
}

.chart-wrapper {
  position: relative;
  height: 600px;
}

#totalPenduduk {
  margin-top: 25px;
  font-weight: bold;
  font-size: 16px;
  color: #444;
}

canvas {
  display: block;
}
