*:disabled, *[disabled] {
    cursor: not-allowed !important;
}

a, button {
    cursor: pointer;
}
a {
    color: blue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
