body {
    font-family: "Black Ops One", system-ui;
    margin: 0;
    padding: 0;
    background-color: #ffffff !important;
}
.leaflet-container {
    background-color: #ffffff !important;
}

#map {
    height: 100vh;
    width: 100%;
    touch-action: none;
}
#missie {
    width: 200px;
    background: #ffffff;
    border: 2px solid black;
    z-index: 1000;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
}
#score {
    width: 200px;
    background: #ffffff;
    border: 2px solid black;
    z-index: 1000;
    position: absolute;
    top: 140px;
    left: 10px;
    text-align: center;
}

#instructie {
    width: 200px;
    background: #ffffff;
    border: 2px solid black;
    z-index: 1000;
    position: absolute;
    top: 415px;
    left: 10px;
    text-align: center;
}

.uitleg {
    text-align: left;
    font-size: 12px;
}
#oefen {
    width: 200px;
    background: #ffffff;
    border: 2px solid black;
    z-index: 1000;
    position: absolute;
    top: 240px;
    left: 10px;
    text-align: center;
}
#instructie .label,
#oefen .label,
#score .label,
#missie .label {
    border-bottom: 1px solid gray;
    display: block;
    padding: 10px 0;
}
#score #punten,
#missie #doelstad {
    font-weight: bold;
    font-size: 24px;
    display: block;
    padding: 10px 0;
}
#oefen button {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-family: "Black Ops One", system-ui;
    padding: 10px;
    border: none;
}

#oefen button.active {
    background: lightgreen;
}

#oefen button:hover {
    background: #000000;
    color: #ffffff;
}
#melding {
    position: absolute;
    top: 10px;
    left: 230px;
    z-index: 1000;
    background: #ffdddd;
    padding: 20px 5px;
    border: 1px solid #ff0000;
    display: none;
}
#speelOpnieuw {
    width: 202px;
    background: #4caf50;
    color: white;
    border: none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 710px;
    left: 10px;
    z-index: 1000;
}
#speelOpnieuw:hover {
    background: #45a049;
}
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
