.map-border {
  fill: #242e47;
}
.map-province {
  fill: #364669;
  transition: fill 0.3s ease;
}
.map-province:hover,
.map-province.active {
  fill: #ca466b;
}
.map-sea {
  fill: #00a8e8;
}
.map-island {
  fill: #364669;
}
.map-sea-names {
  fill: #d4dbe5;
}
.map-province-names {
  fill: #d4dbe5;
}
