body {
      background-image: url(/robotnikscastle/RCBG.png);
      background-repeat:no-repeat;
        background-attachment: fixed;

  background-color: black;
  color: white;
}
@font-face {
	font-family: MyWebFont;
	src: url('VT323-Regular.ttf');
	}
	h1{
  font-family: MyWebFont;
}
p {
  font-family: MyWebFont;
}
body
{
  cursor: url('cursor.png'), auto;
}

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

.auto {
    cursor: url("cursor.png"), auto;

}
 img {
  max-width:100%;
 }
 