body {
  font-family: Arial, sans-serif;
  text-align: center;
  color: #333;
}

#chart {
  display: flex;
  justify-content: center;
  align-items: center;
   width: 100%;
  min-height: 400px;
}

#details {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

svg text {
  font-size: 10px;
  pointer-events: none;
}



#chart svg {
  width: 500px;   
  height: 500px;  
  max-width: 90vw; 
}


