body {
    background-color:  #000000;
}

.mapdiv{
    position: relative;
    top: 100px;
    left: 450px;
}

.mapdiv path{
    fill: grey;
    stroke: black;
    stroke-width: .5px;

}

.mapdiv :hover{
    fill: white;
}
