body {
    font-family: 'Tinos', serif;
    background-color: rgb(37, 37, 35);
    color: white;
    stroke: white;
}

#load {
    font-size: 4em;
}

.bigger {
    font-size: 3em;
}

p {
    font-size: 1.2em;
}

h1 {
    text-transform: uppercase;
    font-size: 4em;
}

button {
    color: black;
}

text {
    fill: white;
    stroke: none;
}

#color_legend rect {
    stroke: none;
}

.offset {
    margin-left: 5px
}

circle {
    fill: none;
    stroke-width: 2.1;
    opacity: .9;
    pointer-events: all;
    stroke: white;
}

#base_map path{
    fill: white;
    opacity: 0.2;
    stroke: white
}

div.tooltip {
    position: absolute;
    text-align: left;
    width: auto;
    height: auto;
    padding: 5px;
    color: white;
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid lightgray;
    border-radius: 8px;
    pointer-events: none;
}

.tooltip .first {
    padding-left: 15px;
}

.tooltip .last {
    padding-left: 0;
}

a, a:visited, a:hover {
    color: orange;
}

footer {
    margin-top: 25px;
}

footer ul {
    text-align: center;
}

footer ul li {
    display: inline;
    margin-left: 25px;
    font-size: 1.4em;
}