/* Body default cursor */
body {
    cursor: url('../img/cursor.svg'), auto;
}
  
/* Pointer cursor for links and buttons */
a, button, input[type=submit] {
    cursor: url('../img/click.svg'), pointer;
}