[
    {
        "featureType": "water",
        "elementType": "all",
        "stylers": [
            {
                "hue": "#1CB2BD"
            },
            {
                "saturation": 53
            },
            {
                "lightness": -44
            },
            {
                "visibility": "on"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "all",
        "stylers": [
            {
                "hue": "#1CB2BD"
            },
            {
                "saturation": 40
            }
        ]
    },
    {
        "featureType": "landscape",
        "elementType": "all",
        "stylers": [
            {
                "hue": "#BBDC00"
            },
            {
                "saturation": 80
            },
            {
                "lightness": -20
            },
            {
                "visibility": "on"
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "all",
        "stylers": [
            {
                "visibility": "on"
            }
        ]
    }
]