body
{
    cursor: url("/cursor/crow_fuck.svg"), auto;
}

p:hover,
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover,
span:hover 
{
    cursor: url("/cursor/crow_normal.svg"), auto;
}

a:hover, button:hover, .mixtape_track:hover {
    cursor: url("/cursor/crow_inhale.svg"), auto;
}

a:active, button:active, .mixtape_track:active {
    cursor: url("/cursor/crow_caw.svg"), auto;
}

