*{
  cursor: url(https://snarlingteeth.neocities.org/assets/cursor.gif), auto;
}

::selection{
  background: black;
  color: white;
}

textarea{
  background: #62683F;
  border: 2px solid #858B59; font-family: ms ui gothic; color:#A8B073; scrollbar-width: none; position: relative; z-index: 5; width: 80%; height: 29px; filter: drop-shadow(0 4px 5px rgba(4, 4, 5, 0.75));}

body{
  width: 900px;
  margin: auto;
}

.col{
  flex:0 0 auto;
  max-width:100%;
  width:auto
}

.row{
  display:flex;
  flex-wrap:wrap;
}

#s-m-t-tooltip{
  max-width: 300px;
  z-index: 999;
  margin: 24px 14px 7px 12px;
  padding:8px;
  border-radius:0px;
  background: radial-gradient(#292B1A 50%, #030304);
  border:1px solid black;
  color: #D3DBA1;
  font-size:15px;
  letter-spacing: 1px;
  text-shadow: 0 0 3px
}

.wrapper {
  border:2px outset black;
  padding:5px;
  position: relative;
  outline:1px solid #79664F;
  background: linear-gradient(to bottom, #907352 0%, #131210 46%,#040405 50%,#131210 53%, #393226 76%,#221E18 87%,#131210 100%);
  box-shadow: 0 4px 5px 0 rgba(4, 4, 5, 0.75);
}

.inner{
  border:solid 1px #040405;
  border-radius:5px;
  background:repeating-linear-gradient(0deg, #CCDB9885, #CCDB9885 1px, transparent 1px, transparent), linear-gradient(180deg, #A8B073 0%, #7F8654 26%, #7F8654 71%, #A8B073 100%);
  box-shadow:0 0 5px black inset;
  background-blend-mode: overlay;
  background-size: 9px 9px, auto;
  background-position: 0 160px, center;
  overflow:auto;
  background-attachment: local;
}
.inner p{
  color: #DAE8B1;
  filter: drop-shadow(1.5px 0 0 #62683F) drop-shadow(0 1.5px 0 #62683F) drop-shadow(-1px 0 0 #62683F) drop-shadow(0 -1px 0 #62683F);
  margin: 25px 0 5px 0;
  padding: 10px;
  font-weight: bold;
  line-height: 18.5px
}
.inner p span{
  background: linear-gradient(to right, #292B1A50, transparent);
  padding: 5px;
}
.inner a{
  color: #EDF3DC;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}
.inner a:hover{
  font-style: italic
}
.inner a:active{
  color: #CCDB98
}

.heading {
  background: linear-gradient(to bottom, #907352 0%, #131210 46%,#040405 50%,#131210 53%, #393226 76%,#221E18 87%,#131210 100%);
  padding: 3px 5px 0 8px;
  border:1px outset black;
  box-shadow: 0 4px 5px 0 rgba(4, 4, 5, 0.75);
  position: absolute;
  font-size:14px;
  height:19px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  text-shadow:1px 1px rgba(0, 0, 0, 0.29), -1px -1px rgba(236, 216, 193, 0.26);
  z-index: 10;
  color:#ECD8C1;
  outline:1px solid #79664F;
}
.heading span {
  display: inline-block;
}
.heading a{
  color: #ECD8C1;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}
.heading a:hover{
  font-style: italic
}
.heading button {
  border:1px solid #12150E;
  background: linear-gradient(0deg,rgba(68, 63, 60, 1) 0%, rgba(68, 63, 60, 1) 15%, rgba(136, 124, 111, 1) 16%, rgba(173, 160, 144, 1) 84%, rgba(248, 244, 241, 1) 85%, rgba(248, 244, 241, 1) 100%);
  font-weight: bold;
  font-size: 9px;
  width:15px;
  text-align: center;
  padding: 0 0 10px 0;
  height:10px;
  position: relative;
  margin-left: 2px;
  font-family: ms gothic;
  font-weight: 2;
}
.heading button:active{
  filter: brightness(75%)
}

.wrapper2 {
          border:1px solid #040405;
          padding:5px;
          background:linear-gradient(180deg, #292B1A 0%, #62683F 98%);
          box-shadow: 0 4px 5px 0 rgba(4, 4, 5, 0.75);
          position: relative;
          border-radius:5px;
      }

.inner2 {
          border:1px solid #040405;
          padding:5px;
          background:#040405;
          color:#BEAA93;
          box-shadow: inset 1px 1px 3px #7C8252, inset -1px -1px 3px #7C8252, inset 10px 10px 10px #040405, inset -10px -10px 10px #221E18, -1px -1px 5px #7F8654, 1px 1px 5px #7C8252;
          position: relative;
          border-radius:5px;

      }
.inner2:after {
         content:"";
          background:linear-gradient(#393226,transparent);
          position: absolute;
          top: 1px;
          left:0;
        height:23px;
        opacity: 78%;
        border-radius:5px;
        width: 100%;
      }
      
.scroller{
        border:1px outset #040405;
        padding:3px;
        margin-top:7px;
        margin-bottom:12px;
        border-radius:5px;
        background:linear-gradient(180deg, #131210 0%, #393226 98%);
        box-shadow: 0 4px 5px 0 rgba(4, 4, 5, 0.75);
      }
.scroller iframe {
        border:1px solid #040405;
        padding:2px;
        border-radius:5px;
        font-size:13px;
        background:linear-gradient(#62683F,#292B1A);
      }
      
.hover{
  filter: sepia(100%) brightness(100%) saturate(150%) hue-rotate(30deg); transition:1s ease
}
.hover:hover{
        transform:scale(1.05);
        transition:1s ease;
        overflow:hidden;
        filter: none
      }
      
nav button{
    margin-bottom: 5px;
    width: 100%;
    border:1px solid #040405;
    padding: 5px;
    border-radius: 0 100px 100px 15px;
    background:linear-gradient(180deg, #292B1A 0%, #A8B073 98%);
    box-shadow:-4px -3px 4px rgba(41, 43, 26, 0.6) inset,0 0 2px;
    position: relative;
    font-size:19px;
    font-family: ms gothic;
    font-weight: bold;
    color: #292B1A;
    filter: drop-shadow(0 4px 5px rgba(4, 4, 5, 0.75));
    font-variant: small-caps;
    margin-left: -8px
  }
nav button:after{content:"";
    background:linear-gradient(#E7F3C4,transparent);
    position: absolute;
    border-radius:5px 95px;
    width: 99%;
    top: 1px;
    left:0;
    opacity: 87%;
    height:12px;
  }
nav button:hover{
filter: brightness(80%) drop-shadow(0 4px 5px rgba(4, 4, 5, 0.75))}
nav button:active{
filter: drop-shadow(0 4px 5px rgba(4, 4, 5, 0.75))}

h1{
    position: absolute;
    left: 340px;
    top: 30px;
    filter: drop-shadow(2px 0 0 #040405) drop-shadow(0 2px 0 #040405) drop-shadow(-2px 0 0 #040405) drop-shadow(-0.5px 0.5px 0 #040405) drop-shadow(0 0.5px 0 #040405) drop-shadow(0 0.5px 0 #040405) drop-shadow(0 0.5px 0.5px #040405) drop-shadow(0 0.5px #040405);
  }
  
hr{
  border:1px outset black;
  border-radius:100px;
  background: linear-gradient(#A8B073,#A8B073,#62683F);
  height:2px;
  margin: 0
}

main{
  border:2px solid #040405;
  background:linear-gradient(0deg, #79664F 0%, #D8B796 24%, #ECD8C1 59%, #D8B796 82%, #79664F 99%);
  box-shadow: inset 0 0 0 1px #ECD8C1, 0 0 4px #ECD8C1;
  padding: 5px;
}

::-webkit-scrollbar{
  width: 4px;
}
::-webkit-scrollbar:horizontal{
  height: 4px;
}
::-webkit-scrollbar-corner{
  background: #dfdfdf;
}
::-webkit-scrollbar-track{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0V1H1V2H2V1H1V0Z' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1V1H0V2H1V1H2V0Z' fill='white'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-thumb{
  background-color: #dfdfdf;
  box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #ffffff, inset -2px -2px #808080,inset 2px 2px #dfdfdf;
}
::-webkit-scrollbar-button:vertical:start{
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7V7H6V8H5V9H4V10H11V9H10V8H9V7H8V6Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:vertical:end{
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4V7H5V8H6V9H7V10H8V9H9V8H10V7H11V6Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:horizontal:start{
  width: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8V5H7V6H6V7H5V8H6V9H7V10H8V11H9V4Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:horizontal:end{
  width: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6V11H7V10H8V9H9V8H10V7H9V6H8V5H7V4Z' fill='black'/%3E %3C/svg%3E");
  }
  