/*
https://neocities.org/site_files/text_editor?filename=style.css#settings
        SLOPWORLD CSS MOTHERFUCKER HELL YEAH FUCK
        Version 1 Jan. 2025
                                                                                             
       .d88b.  888d888 .d88b.   .d88b.  888  888 888  888 
      d88P"88b 888P"  d88""88b d88""88b 888  888 888  888 
      888  888 888    888  888 888  888 Y88  88P 888  888 
      Y88b 888 888    Y88..88P Y88..88P  Y8bd8P  Y88b 888 
       "Y88888 888     "Y88P"   "Y88P"    Y88P    "Y88888 
           888                                        888 
      Y8b d88P                                   Y8b d88P 
      "Y88P"                                     "Y88P"  

*/


body {
          /*font-family: Arial, Tahoma, Verdana, sans-serif;
          font-size: 12px;*/
          font-family: battlenet;
          font-size: 16px;
          line-height: 90%;
          background-color: #1f1e25;
          background-image: url("/graphics/texture/starsani.gif"), linear-gradient(rgba(0,0,0,0) 70%, rgba(255,255,0,.07));
          background-blend-mode: color-dodge;
          background-attachment: fixed;
          color: #ffffff;
          margin: 0;
          padding: 0;
          justify-content: center;
          text-align: center;
          line-height: normal;
          font-smooth: never;
          -webkit-font-smoothing : none;
          -moz-osx-font-smoothing: grayscale;
          text-rendering: optimizeSpeed; 
        }
        a {
            color: lightblue;
            text-decoration: none;
        }
        a:hover {
            color: coral;
            text-decoration: underline;
        }
        .navbar {
            text-align: center;
        }
        .navbar a {
            font-size: 1em;
        }
        .content {
            text-align: center;
        }
        .footer {
            text-align: center;
            font-size: 0.8em;
            
        }
        
        
        .pbox {
          margin: 5px;
          padding: 5px;
          display: inline-block;
        }
        
        @font-face {
        font-family: 'battlenet'; /*a name to be used later*/
        src: url('/font/BATTLENET.TTF'); /*URL to font*/
        }
        

#goldore {
  background-image: url("/graphics/texture/goldore.gif");
  background-position: right top;
}

#starrysky {
  background-image: url("/graphics/texture/starsani.gif");
  background-position: right top;
}

#candycane {
  background-image: url("/graphics/texture/candycane.gif");
  background-position: right top;
}

#darkbluebrick {
  background-image: url("/graphics/texture/darkbluebrick.gif");
  background-position: right top;
}

#darkgreybrick {
  background-image: url("/graphics/texture/darkgreybrick.gif");
  background-position: right top;
}

#purpleweave {
  background-image: url("/graphics/texture/purpleweave.gif");
  background-position: right top;
}

#bluewater {
  background-image: url("/graphics/texture/bluewater.gif");
  background-position: right top;
}

#redmoonrock {
  background-image: url("/graphics/texture/redmoonrock.gif");
  background-position: right top;
}

#rubyore {
  background-image: url("/graphics/texture/rubyore.gif");
  background-position: right top;
}
