html, body {
  height: 100%;
  margin: 0;
}
body {
    color: #160094;
    font-family: "ms ui gothic";
    letter-spacing: 1.1px;
    background-image: url('img/stars2.gif');
    cursor: url(img/tomied1.png), auto !important;
}

a:hover, 
button:hover {
 cursor: url(img/tomied2.png), auto;
}
div {
    position: relative;
}
ul {
  list-style-type: none;
  margin: 15px;
  padding: 45px;
}
li {
  margin-bottom: 20px;
}
a {
  color: #160094;
}
a:visited {color: #160094;}
a:hover {color: #1c00b9;}
a:active {color: #1c00b9;}
h1 {
   position:relative;
   text-align: center;
   color: #ff0a91;
   font-size: 65px;
   letter-spacing: -2px;
   font-weight: normal;





}
@font-face { font-family: 'EVA'; src: url('fonts/eva.ttf'); } 
 a {
   text-decoration: none;
}
.back {
position: fixed;
top: 0;
left: 0;
 } 