@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:1;
margin-left:-10px;
margin-top:-55px;
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);
  }

.blinkies img:hover {
		 filter: none;
		}
		
 .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;
}


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

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

  
.main-wrapper {
  margin-right: 170px;
  width:100%;
  position: relative;}

 .flex-container {
  display: flex;
    flex-wrap: nowrap;
}

.flex-container > div {
  width: 100%;
  margin-right: 2em;
  margin-top:0.2em;
  text-align: ;
}


.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;}


.buttonbox {
    border:1px dotted #000;
    padding: 0.1em;
    background-color: #fffff0;}


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

.header {
    background-image: url('/images/pylon2.png');
  image-rendering:pixelated;
   filter: sepia(90%) hue-rotate(0deg) saturate(1) brightness(0.95) opacity(1);
    background-size: 100%;
    background-position: 0px -190px;
    height: 180px;
    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.*/
  }
  
.buttons img {
    image-rendering: pixelated;
     filter: sepia(80%) saturate(1);
  }
  
  #sepia{
     filter: sepia(80%) saturate(1);
  }
  
   #sepia:hover{
     filter: none;
  }
  
   .buttons img:hover {
		 filter: none;
     rotate:3deg;
		}
  
.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;}
