#chart {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6)); /* Add a glow effect */
}