html { 
  background-color: 
  #cae7e8 ; color: #1d2929; 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');}

.links {
  font-size:9px
  }
  
    a {
    color:#1d2929;
    }