/* Map style */
#map {
  background-color: #000;
}

.countries {
fill: #000;
stroke: #00ff00;
stroke-width: 0.5px;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}

.airports {
fill: #036;
stroke: #6cb0e0;
stroke-width: 0.5px;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}

.route {
fill: none;
stroke: #00ff00;
stroke-width: 0.5px;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}

.plane {
fill: #fff;
stroke-width: 0;
}