html {
    cursor: url(https://cur.cursors-4u.net/others/oth-8/oth758.cur), auto !important;
}

body {
    background: #1a1818;
    color: #75165b;
    font-family: cursive;
    text-align: center;
}

h1 {
    font-size: 4em;
    color: #fff;
    text-shadow: 0px 0px 10px #fff;
}

h1:hover {
    font-style: oblique;
}

a {
   color: rgb(163, 251, 30); 
   cursor: url(https://cur.cursors-4u.net/others/oth-8/oth758.cur), auto !important;
}

a:hover {
    color: rgb(255, 251, 37);
    font-style: oblique;
    cursor: url(https://cur.cursors-4u.net/others/oth-8/oth758.cur), auto !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 10px;
}