CSS自定义光标问题

I just started coding, don't judge me if I say stupid things. I'm trying to make a costume cursor for my website but it doesn't work in any way. I've even set the image size, which is 32x32 pixels. This is the picture I tried to use

我不工作,而不仅仅是使用这张图片:我什至尝试了其他图片,png和svg。 我既使用了“指针”又使用了“自动”,但什么也没用。 无法在Safari上运行,也无法在Chrome上运行。 有谁可以帮助我吗? 非常感谢! 我的代码是

body{background-color: #F3F1EB; cursor: url("plane.png"), pointer;}