html, body {
  height: 100%;
  margin: 0;
}

body {
    color: #5eff00;
    font-family: "Fallouty";
    font-size: 19px;
    letter-spacing: 1.1px;
    background-image: url('img/games.gif');
    cursor: url(img/tomie1r.png), auto;
}

a:hover, 
button:hover {
 cursor: url(img/tomie2r.png), auto;
}
div {
    position: relative;
    width: 1500px;
    background-image: url('img/webs.jpeg');
    border: 5px solid #8fc400;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    top: 10px;
    padding: 10px;
}
a {
  color: #5eff00;
}
a:visited {color: #5eff00;}
a:hover {color: #4aca00;}
a:active {color: #4aca00;}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h3 {
color: red;
font-family: Carat;
}

h4 {
color: red;
font-family: Carat;
}
@font-face { font-family: 'Carat'; src: url('fonts/caratstd.otf'); } 
@font-face { font-family: 'Fallouty'; src: url('fonts/fallouty.ttf'); } 