
		
		.chart-container {
            width: 80%;
            margin: auto;
            margin-bottom: 50px;
        }
        .chart-legend {
            text-align: center;
            font-size: 14px;
        }
		
	
	#myDonutChart{
		display:block;
		margin:auto;
	}
	.chart-container{
		background-color: #fff; /* White background for chart */
        border-radius: 8px; /* Rounded corners */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
		padding:10px;
		min-height:300px;
		width:90%;
	}