#finland {
    width: 100%; 
    height: 100%; 
    display: block; 
}
.municipality {
    opacity: 1;
    cursor: pointer;
    stroke-opacity: 1;
    stroke-linejoin: round;
    fill-opacity: 1;
    fill: #243e16;
    stroke: #ffffff;
}
.municipality:hover {
    fill: #4d7f2c;
}

.aland {
    opacity: 1;
    stroke-opacity: 1;
    stroke-linejoin: round;
    fill-opacity: 1;
    fill: #243e16;
    stroke: #ffffff;
}