.maplibregl-ctrl-centerpos {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maplibregl-ctrl-centerpos div {
  width: 50px;
  height: 50px;
  background-image: url(../image/center.svg)
}