.box {
    background-color: white;
    mix-blend-mode: lighten;
    box-shadow: 0 70vh 50vh white, 15vw 70vh 50vh white, -15vw 70vh 50vh white;
}

body{
    background-color: rgb(197, 197, 197);
}

.hole {
    filter: invert(0%);
}

#subheading {
    color: black;
}

.subheader {
    color: #1e1e1e;
}

#cookie-consent {
    color: #cccccc;
    box-shadow: 0 0 12px 5px #575757;
    background-color: #2f2f2f;
}

#map {
    background-color: #f1f1f1
}

h1 {
    color: #111111;
}

h2 {
    color: #111111;
}

a:link {
    color: #2f2f2f;
}

a:visited {
     color: #2f2f2f;
}

a:hover {
    color: #000000;
}

#locator {
    background-color: rgb(10,10,10);
    color: white;
}

g > path {
    fill: #2f2f2f;
    stroke: white;
}

g > polygon {
    fill: #2f2f2f;
    stroke: white;
}

g > polyline {
    fill: #2f2f2f;
    stroke: white;
}