a:hover{
	cursor:pointer;
}

button:hover{
	cursor:pointer;
}

[data-btn]:hover{
	cursor:pointer;
}

[this-btn]:hover{
	cursor:pointer;
}