﻿.country {
   fill: #dee2e6;
   stroke: #adb5bd;
   stroke-width: 0.5;
}

.highlight-usa {
   fill: #0d6efd; /* Bootstrap primary */
}

.highlight-france {
   fill: lightgoldenrodyellow;
}

.highlight-usa {
   fill: #0d6efd; /* primary */
}

.highlight-france {
   fill: lightgoldenrodyellow; 
}

.highlight-uk {
   fill: #6610f2; /* indigo */
}

.highlight-switzerland {
   fill: #d63384; /* pink */
}

.highlight-germany {
   fill: #198754; /* success */
}