@font-face { 
  font-family: myFont;
  src: url(https://slugger.neocities.org/fonts/comic-sans.woff);
}

body {
  background-image: url("https://slugger.neocities.org/graphics/backgrounds/home-background.png");
  background-size: 70px 70px;
  font-family: myFont;
  color: white;
  cursor: url("https://slugger.neocities.org/graphics/cursors/cursor-small.png"), auto;
}