html, body {
  height: 100%;
  margin: 0;
  
}
body {
    color: black;
    font-size: 19px;
    font-family: "BellMT";

    letter-spacing: 1.1px;
    background-image: url('img/grid.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/wall.jpeg');
    border: 10px double #ffffff;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    top: 10px;
    
}
.child {
 border: 10px double #000000;
 background-image: none;
 margin: 10px;
 width: 1455px;
 height: auto;

}
img {
  border-radius: 15px;
}
 @font-face { font-family: 'BellMT'; src: url('fonts/bell.TTF'); } 
 @font-face { font-family: 'BellMT'; font-weight: bold; src: url('fonts/bellb.TTF');}