@font-face {                  
font-family: 'Faune-Italic';
src: url(https://humantooth.neocities.org/fonts/Wavetosh.woff) format('woff');
font-weight: normal;
font-style: normal;
}

body {
    margin: 0;
    font-family:  monospace;
    line-height: 1;
    font-size: 12px;
    background:#fcfae2;}


body a {
    color: #616d54;
    text-decoration: none;}

body a:hover {
    color: #7d9267;
    text-decoration: underline #3c4d3f;}

  .crunch {
 image-rendering: pixelated; 
}


h2{
margin:0.5em;
padding:0.3em;
font-family: "Faune-Italic";
font-size:50px;
color:#111;
position:relative;
z-index:-2;
margin-left:-50px;
margin-top:-30px;
margin-bottom:-30px;
opacity:0.85;}

h3{
margin:0px;
padding:0px;
font-family: "Reenie Beanie", monospace;
font-size:15px;
color:#7d9267;
position:relative;
z-index:1;
  margin-top:-0.9em;
margin-left:0.1em;
background:#fcfae2;
-webkit-filter: drop-shadow(1px 1px 0 #ede6ce)
                  drop-shadow(-1px -1px 0 #ede6ce);
  filter: drop-shadow(1px 1px 0 #ede6ce) 
          drop-shadow(-1px -1px 0 #ede6ce);}

h1{
margin:0px;
padding:0px;
font-family: "Reenie Beanie", monospace;
font-size:15px;
color:#7d9267;}

 .music {
		 filter: sepia(80%) hue-rotate(40deg) saturate(1) brightness(0.9);
		}

  .blinkies img {
    width: 137px;
    height: 20px;
    margin-right: 2px;
    object-fit: stretch;
     filter: sepia(80%) saturate(1);
  }

 .blinkiebox {
    background-color: #000;
     width: 140px;
    background:url(https://sadhost.neocities.org/images/tiles/nurple-static-bright.gif);
     border-radius: 4px; 
   position:relative;
   top:-103px;
   left:34px;
   z-index:2;
     margin-bottom:-70px;
}

  #outline{
 -webkit-filter: drop-shadow(1px 1px 0 black)
                  drop-shadow(-1px -1px 0 black);
  filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black);
  z-index:1;}

.cat {
  position:relative;
bottom:0px;
  left:8px;
  margin-bottom:-35px;
}

.wrapper {
    max-width: 900px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10%;
    row-gap: 0;}

.sidebar {
    width: 150px;
    margin-top:200px;
    float: right;
    position: relative;}
  
.main-wrapper {
    margin-right: 170px;
    position: relative;}

  .flex-container {
  display: flex;
}

.sidebar-img, .footer, .title, .links, .box {
    margin-top: 10px;}

::selection {
    background: #fffff0;
    color: #7d9267;
}
  
.box {
    border:1px dotted #000;
    padding: 0.5em 1em;
    background-color: #fffff0;}

.box-status {
    border:1px dotted #000;
    padding: 0.5em 1em;
    background-color: #fffff0;
    max-height:60px;
    overflow-y: scroll;}

 
    
.wrapper {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10%;
    row-gap: 0;}

    
.header {
    background-image: url('/images/pylon1.png');
  image-rendering:pixelated;
   filter: sepia(90%) hue-rotate(0deg) saturate(1) brightness(0.95) opacity(1);
    background-height: 550px;
    background-position: 380px -20px;
    height: 550px;
  width:150px;
    border:1px dotted #000;
    margin-bottom: -10px;}
    

.headertxt {
  image-rendering:pixelated;
   filter: sepia(90%) hue-rotate(0deg) saturate(1);
  position:absolute;
  z-index:2;
    height: auto;}

.textarea {
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: -internal-textarea-auto;
    cursor: text;
    overflow-wrap: break-word;
    background-color: field;
    column-count: initial !important;
    margin: 0em 0em 0em 0em;
    border-width: 1px;
    border-style: solid;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
    white-space: pre-wrap;
}
  

.inner {
  /*Goes inside the box class. Not given any style by default, but can be used for stuff like fancy borders.*/
  }
  
  
.footer {
  margin-bottom: 25px;
  }

/* SCROLLBAR */      
::-webkit-scrollbar-thumb {
    background-color: #bebdb4;  
    border-radius: 10px;
    border:0px solid #faf9f1;}
::-webkit-scrollbar {
    width: 5px; height: 0px; 
    margin-left: 3px;
    background: #e6e5e3;}
