

.map__image{
    height: 90%;
    float: center;
    padding: 0px 600px;
}

.map__image path{
    fill: aqua;
    stroke: rgb(62, 7, 163);
    stroke-width: 1px;
    transition: fill 0.3s;
}

.map__image path:hover{
    fill: white;
}

g:hover path {
    fill: #86cce0;
}
g path:hover {
    fill: #86eee0;
}

.text_normal{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: white;
    align-content: center;
}