body{
    background-color: #1f2833;
}
@font-face{
    font-family: 'nasalization';
    src:url('./nasalization.ttf');
}
@font-face{
    font-family: 'comfortaa-regular';
    src:url('./comfortaa-regular.ttf');
}

.mapdiv{
    width: 100%;
    margin: auto;
}

.mapdiv path {
    fill: #45a29e;
    stroke: #1f2833;
    stroke-width:1px;
    transition: fill 0.3s;
}

.mapdiv :hover {
    fill: #66fcf1;
}