html, body {
  height: 100%;
  margin: 0;
  overflow: auto;
}

body {
    color: white;
    font-family: 'arial,sans-serif';
    font-size: 19px;
    letter-spacing: 1.1px;
    background-image: url('img/spoopy.jpg');
    cursor: url(img/tomie1.png), auto;
}

a:hover, 
button:hover {
 cursor: url(img/tomie2.png), auto;
}

div{
text-align: center;


}
 a {
  color: white;
}
a:visited {color: white;}
a:hover {color: rgb(180, 180, 180);}
a:active {color: rgb(180, 180, 180);}