html, body {
  height: 100%;
  margin: 0;
  overflow: auto;
}

h2:lang(jp) {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    color: white;
    font-family: 'Times New Roman';
    font-size: 20px;
    letter-spacing: 1.8px;
    background-image: url('img/blood.jpg');
    cursor: url(img/tomie1r.png), auto;
}

a:hover, 
button:hover {
 cursor: url(img/tomie2r.png), auto;
}

div{
text-align: center;
position: relative;
width: 1500px;
height: 900px;
background-image: url('img/num.gif');
border: 7px ridge #A00002;
margin-left: auto;
margin-right: auto;
text-align: center;
top: 10px;
padding: 10px;
overflow: auto;
scrollbar-color: #c20003 black;

}
 a {
  color: white;
}
a:visited {color: white;}
a:hover {color: rgb(180, 180, 180);}
a:active {color: rgb(180, 180, 180);}

@font-face { font-family: 'Noto Sans JP'; src: url('fonts/notosansjp.otf'); }

