Added
Created a new function createHealthBar to contain the health bar creation logic.
Introduced a new function initializeHealthBarScript to load the health bar script and CSS together.
Changed
Replaced pokeCenter.appendChild(svg) with healthContainer.appendChild(svg).
Removed
Removed the pokeCenter variable and the line var pokeCenter = document.getElementById("healthContainer");.