html, body {
  height: 100%;
  margin: 0;
  overflow: auto;
  scrollbar-color: #272727 #989898;
}

body {
    color: white;
    font-family: 'Times New Roman';
    font-size: 19px;
    letter-spacing: 1.7px;
    background-image: url('img/emobg.gif');
    cursor: url(img/tomie1r.png), auto;
}

a:hover, 
button:hover {
 cursor: url(img/tomie2r.png), auto;
}

div{
text-align: center;
position: relative;
width: 1545px;
min-height: 900px;
height: auto;
background-color: black;
border: 8px ridge #163d0f;
margin-left: auto;
margin-right: auto;
text-align: center;
top: 10px;
padding: 10px;
}
 a {
  color: white;
}
a:visited {color: white;}
a:hover {color: rgb(180, 180, 180);}
a:active {color: rgb(180, 180, 180);}

li {
  margin-bottom: 20px;
}


