*, body, a, a:hover, a:active, a:focus {
    cursor: url("/img/staf.png") 16 16, auto !important;
}

#vluchtVeld {
    position: absolute;
    padding: 10px 15px;
    background: #ffd27f;
    border: 2px solid #cc8b00;
    border-radius: 6px;
    cursor: default;
    transition: left 0.1s ease, top 0.1s ease;
    user-select: none;
    z-index: 1000;
}

.lavishly {
    font-family: "Mea Culpa", cursive;
    font-weight: 400;
    font-style: normal;
}

.slinger {
    background: url("/img/slinger.jpg") repeat-x center center;
}

.letter {
    position: absolute;
    padding: 8px 12px;
    background: #ffdf85;
    border: 1px solid #cc9b2c;
    border-radius: 6px;
    font-weight: bold;
    user-select: none;
    pointer-events: none; /* zodat je ze niet kunt aanklikken */
    z-index: 500;
}
body{
    overflow: hidden;
}
