body {
 
      background-image: url(/bugburger/bugburgerbg.jpg);
  background-color: #C2B2B2;
    background-repeat:no-repeat;
      background-attachment: fixed;
        background-size:cover;
  color: black;
  }
 @font-face {
	font-family: MyWebFont;
	src: url('/bugburger/BetterVCR 25.09.ttf');
	}
	
h1{
  font-family: MyWebFont;
}
p {
  font-family: MyWebFont;
}
td
{
  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%;
 }