.map_container {
    width: 90%;
}
.state {
    transition: all 2s ease;
    fill: white;
    stroke: #e2a069;
}
.hasEmployee {
    fill: #e77d24;
    stroke: white;
}