path { stroke: white; fill:paleturquoise !important; transition: fill .4s ease; transform-origin: center center; } path:hover { fill: orange !important; cursor: pointer; transform: scale(1.005, 1.005); } /* #map-container { display: flex; justify-content: center; align-items: center; } */ #us-map { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #details-box { box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7); opacity: 0%; padding: 1rem; border-radius: 8px; font-size: 24px; position: fixed; color: white; font-family: "Poppins"; background-color: black; width: fit-content; transform: translateX(-50%); transition: opacity .4s ease; z-index: 1; }