 @font-face {
   
   font-family: sanandreas; src: url(https://feralasar.neocities.org/Fonts/SanAndreas-MVxPw.otf);
 
 }
 
   @font-face {
     
     font-family: highonfire; src: url(https://feralasar.neocities.org/Fonts/Highonfire-3XM3.otf);
     
     }

 body {
   
   background: black; 
   
   cursor: url("https://files.catbox.moe/y9t6ko.png"), auto;
   
   }

 main {
   
   color: white;
   
   }

   .credits {

    text-align:center;

   }

   h1 {
       
     font-family: highonfire;

    margin-bottom: 40px;
   }

 img { 
   
   max-width: 100%
   
   }

   p {

    font-family: sanandreas;

    margin-bottom: 20px;
   }

 a {
   
   text-decoration: none;
   
   color: #6fa8dc; 
   
   }
   
    /******** Repeating stuff*******/
    
    .back, a {
      
      cursor: url(https://files.catbox.moe/fyj0cg.png), pointer;
    }
  
   

  