html { 
  background-color: 
  white; color: #aa916f; font-family: fontstuck; font-size: 10px;  cursor: url('slimer.png'), auto; 
} 

a:hover { cursor: url("slimer.png"), auto; }

.container {
  display: flex;
  height: 920px
  }

@font-face { font-family: fontstuck; src: url('fontstuck.otf');}

