.dark {
            filter: invert() hue-rotate(180deg);
        }
        #map {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
             cursor: var(100%);
        }
