        @font-face { font-family: "msgothic"; src: url(https://webgore.neocities.org/fonts/msgothic.ttf)}

:root {
  --border1: h;
  --border2: h;
  --divbg: h;
  --pcolor: h;
  --selectp: #de7c7c;
  --selectbg: #440e0e;
  --acolor: h;
  --h1color: h;
}


        
    * {
      line-height: 20px;
        cursor: url(https://files.catbox.moe/7j92pj.cur), auto;
    }

        
            ::-moz-selection { 
  color: var(--selectp);
  background: var(--selectbg);
}

::selection {
  color: var(--selectp);
  background: var(--selectbg);
}

        body {
            background-image: url(https://files.catbox.moe/slqim6.webp);
        }
        
        h1 {
            color: #fff;
            font-family: "msgothic";
            margin: 15px; 
            letter-spacing: 2px;
        }
        
        p {
            color: #fff;
            font-family: "msgothic";
        }
        
        .link {
            color: #000;
        margin: 10px;}
        
        .link:hover {
            color: #ff8686;
       ;
        }
        
        a {
            text-decoration: none;
            font-size: 20px;
            
        }
        