/* ive got no problem with people looking at my code, just a heads up: it might be inefficient or sloppy because im basically self-taught, so i dont think im the best role model haha */

@font-face {
  font-family: "general";
  src: url(https://that0nebritishrat.neocities.org/fonts/Minecraft.woff);
}

@font-face {
  font-family: "title";
  src: url(https://that0nebritishrat.neocities.org/fonts/capitolcity.woff2);
  
}

html {
  overflow:scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
}

body {
      align-content: center;
      background-image: url('images/artbg.jpg');
      background-repeat: repeat;
	    background-color: black;
	    color: white;
	    
	    text-align: center;
	    font-family: "general";
	    cursor: url("images/bunny.png") 10 0, auto;
}