body {
    background-color: #eee;
}

#map {
    width: 400px;
    height: 400px;

    display: block;
    margin-left: auto;
    margin-right: auto;

    margin-top: 40px;
    margin-bottom: 10px;
}

.graticule {
    fill: none;
    stroke: #0053ad;
    stroke-width: 1px;
}

.globe {
    fill: #060061;
}

.star {
    fill: #fff;
    fill-opacity: 0.9;
}

.overlay {
    fill: #005fc7;
    fill-opacity: 0.4;
}