body{
    background-color: floralwhite;
}

.mapdiv{
    width:45%;
    margin: auto;
}

.mapdiv path {
    fill: #761008;
    stroke: #dece0c;
    stroke-width:5px;
    transition: fill 0.3s;
}

.mapdiv :hover {
    fill: #f5cc52;
}