* {
  image-rendering: pixelated;
  cursor: crosshair;
}

::selection {
  color: #000;
  background: #bebebe;
}

#s-m-t-tooltip {
  position: absolute !important;
  max-width: 300px;
  z-index: 999;
  margin: 24px 14px 7px 12px;
  padding: 10px;
  background-color: #aeaeae;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/paper.png);
  border: 1px solid black;
  color: #000;
  font-size: 16px;
  text-align: justify;
  text-shadow: none;
}

a {
  color: #c8c8c8;
  text-decoration: none;
}
a:hover {
  color: #eaeaea;
}

html {
  background-color: #000;
  background-image: url(https://snarlingteeth.neocities.org/assets/backgrounds/splash.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #aeaeae;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  font-family: times;
  overflow-x: hidden;
  text-align: center;
}
html > ::after {
  content: "";
  background: url("https://snarlingteeth.neocities.org/assets/backgrounds/tiled/noise.png");
  opacity: 0.1;
  position: fixed;
  pointer-events: none;
  inset: 0;
  z-index: 200;
}
@media only screen and (max-width: 768px) {
  html > ::after {
    content: none;
  }
  .hide {
    display: none !important;
  }
  .paper-texture {
    display: none;
  }
  .lines {
    display: none;
  }
}

.paper-texture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/paper.png);
  background-position: center;
  background-repeat: repeat;
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.lines {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 300;
  opacity: 0.05;
}
.lines:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 0, 0, 0.5) 51%
  );
  background-size: 100% 4px;
  will-change: background, background-size;
  animation: scanlines 0.2s linear infinite;
}
@keyframes scanlines {
  from {
    background: linear-gradient(
      to bottom,
      transparent 10%,
      rgba(0, 0, 0, 0.5) 51%
    );
    background-size: 100% 4px;
  }
  to {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 51%
    );
    background-size: 100% 4px;
  }
}

.container {
  max-width: 1250px;
  border: 2px solid #000;
  background: #000;
  background-image: url(https://i.pinimg.com/1200x/13/6b/49/136b49f0e435021c135bd375f48b7dfd.jpg);
  background-size: cover;
  background-position: center;
  border-image-source: url(https://file.garden/Z4nskfoUK3V6cqxB/frames/thickframe.png);
  border-image-slice: 18%;
  border-image-width: 40px;
  border-image-repeat: round;
  padding: 30px;
}

.userboxes-wrapper {
  background-color: #aeaeae;
  background-image: url(https://i.pinimg.com/736x/a1/04/d5/a104d576054cce2a67deffc8a3b3bca3.jpg);
}
.userboxes {
  width: 100%;
  border: 5px double #000;
  height: 145px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
.userboxes img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.1);
  border: 1px solid #000;
}
.userbox-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: 0.5s ease;
}
.userbox-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.userbox-wrapper:hover {
  transform: translateY(-3px);
  transition: 0.5s ease;
}
.userbox-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 1;
  transition: none;
}
.userbox-wrapper:hover::before {
  left: 150%;
  transition: left 1.3s ease;
}
.notes {
  background-color: #aeaeae;
  background-image: url(https://i.pinimg.com/1200x/0b/26/66/0b2666079747dd994b33dbd60096aa3c.jpg);
  background-size: cover;
  background-position: center;
  border: 1px solid #000;
  color: #eaeaea;
}
.recordplayer-2-wrapper {
  position: relative;
  border: 1px solid #000;
  background: #eaeaea;
  background-image: url(https://i.pinimg.com/1200x/1f/91/b8/1f91b88b6a4219652f5cfe5d79ed3ac8.jpg);
  background-size: cover;
  background-position: center;
  height: 92px;
  width: 100%;
  overflow: hidden;
}
.recordplayer-2-inline {
  position: relative;
  flex: 0 0 100px;
  width: 100px;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/pngs/recordplayer2.png);
  background-size: 90px 74px;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0.5px 1px #000000) grayscale(50%);
}
.recordplayer-2-vinyl {
  border-radius: 100%;
  position: relative;
  width: 64px;
  height: 64px;
  top: 11.5px;
  left: 11px;
  z-index: 2;
  background: #000;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/pngs/vinyl2.png);
  background-size: 85px 85px;
  background-position: center;
  background-repeat: no-repeat;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.recordplayer-iframe {
  position: absolute;
  width: 300px;
  height: 170px;
  top: -53px;
  left: -118px;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 0.001;
}
.recordplayer-2-img {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #000;
  background: #000;
  background-image: url(https://i.pinimg.com/736x/3c/a0/2b/3ca02bce7c5c90296162e56c2181cb23.jpg);
  background-size: cover;
  background-position: center;
}

.box {
  border: 1px solid #000;
  background-color: #000;
  background-image: url(https://snarlingteeth.neocities.org/assets/backgrounds/texture.png);
  text-align: justify;
}

.flowace {
  -webkit-mask-image: url(https://i.imgur.com/nNaH9gv.png);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 200px;
  height: 200px;
  object-fit: cover;
  filter: grayscale(80%) contrast(1.1);
  transition: 1s;
}
.aww {
  potision: relative;
  filter: drop-shadow(-1px -1px #bebebe) drop-shadow(1px -1px #bebebe)
    drop-shadow(-1px 1px #bebebe) drop-shadow(1px 1px #bebebe);
}
.aww:hover:before {
  content: "♡";
  position: absolute;
  left: 40px;
  top: 30%;
  color: #fff;
  font-size: 14px;
  animation: rise 0.8s infinite;
  z-index: 999;
}
.aww:hover:after {
  content: "❤︎";
  position: absolute;
  right: 40px;
  top: 50%;
  color: #aeaeae;
  font-size: 16px;
  animation: rise 1s infinite 0.2s;
  z-index: 999;
}
.aww:hover img {
  transform: rotate(10deg);
  transition: 1s;
}
@keyframes rise {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-25px);
    opacity: 0;
  }
}

::-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");
}
