* {
    margin: 0;
    padding: 0;
}

#cursor {
    position: fixed;
    display: none;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
}

#scoreContainer {
    top: 10px;
    left: 10px;
    z-index: 99999;
}

.checkpoint {
    transition: background-color 0.25s;
}