/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


@font-face {
  font-family: "VeniceClassic";
  src: url("https://nekromant.neocities.org/VeniceClassic.ttf") format("truetype");
}

  @font-face {
  font-family: 'Alagard';
  src: url(https://nekromant.neocities.org/alagard/alagard-webfont.woff);
}


  @font-face {
  font-family: 'VT323';
  src: url(https://nekromant.neocities.org/vt323/vt323-regular-webfont.woff);
}

 @font-face {
  font-family: 'PxPlus IBM EGA 9x14';
  src: url(https://nekromant.neocities.org/alagard/pxplus_ibm_ega_9x14-webfont.woff);
 }
 @font-face {
  font-family: 'BILLO';
  src: url(https://nekromant.neocities.org/billo/billo.woff);
}


body {
  background-color: black;
  color: white;
  font-family: "PxPlus IBM EGA 9x14";
  font-size: 18px;
  
}

h1 { 
 
  font-size: 26px;
  text-align: center;
  
}

body::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #280f70;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #d4d0e7;    /* color of the scroll thumb */
  border-radius: 2px;       /* roundness of the scroll thumb */
  border: 3px #d4d0e7;  /* creates padding around scroll thumb */
}


p {
  
  text-align: center;

  
}

.p1 {
   background-color:black;
   
   
   text-align: center;
   max-width: 500px;
 
   margin: auto
   
   
}


 

   
.solid {
    border-style: solid;
border-color: white;
border-width: medium;
}

.fancy {
   font-family: "Alagard";
}


.yw-widget-mini {
  
 padding: 1px;
  margin: auto;
  line-height: 5px;
  color: black;
  font-family: "BILLO";
  
 
}
  
a:link {
  color: #dbeb88;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #dbeb88;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #bc4694;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
   color: #bc4694;
  background-color: transparent;
  text-decoration: underline;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: 500px;
  width: 50%;
  text-align: center;
  
}
.container {
 
    position:relative; }
    
.rightbar {
     float:right;
  position:absolute;
  top:-500px;
  left:1000px; }
