Comment changer la souris en icône à la main lorsque vous survolez quelque chose en html

<style type="text/css">
	button.btn1:hover{
cursor: pointer;
	}
</style>
<button class="btn1" >hover me</button>
Daiwikrox bruh