@font-face {
  font-family: "earthbound";
  src: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/earthmomma-font/EarthMommaRegular-ZGrK.ttf");
}

body {
  background-attachment: fixed;
  background-color: #09c7fb;
  background-image: linear-gradient(315deg, #09c7fb 0%, #93fb9d 74%);
  font-family: "earthbound", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
a {
  color: #20ffe9;
  text-decoration: none;
}
a:hover {
  color: #00bb89;
}
b {
  color: #0bff8d;
}
img {
  border: 0;
}
.credits {
  text-align: center;
  border-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/dialog.png")
    33 fill round;
  border-width: 30px;
  border-style: solid;
  border-radius: 6px;
  padding-top: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #9d7956;
}
::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background: transparent;
}
#layout {
  width: 1100px;
  margin: 20px auto;
  z-index: 2;
  padding-top: 30px;
}
#header {
  background-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/earthbound-bg-3-0.gif");
  background-size: 100%;
  border-radius: 20px;
  border-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/Untitled_133.png")
    20 fill round;
  border-width: 30px;
  border-style: solid;
  margin-bottom: 8px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sitename a {
  font:
    50px "earthbound",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #e02650;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 4px;
}
.sitename a:hover {
  color: #a38985;
}
#navigation {
  text-align: center;
  margin-bottom: 8px;
}
.navi a {
  display: inline-block;
  background: transparent;
  font:
    15px "earthbound",
    sans-serif;
  text-transform: uppercase;
  padding: 1px 5px 2px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  color: #fff;
}
.navi a:hover {
  border-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/dialog.png")
    33 fill round;
  border-width: 30px;
  border-style: solid;
  border-radius: 6px;
  margin-bottom: 8px;
}
#main {
  display: flex;
  gap: 0;
}
#left {
  width: 270px;
  padding: 6px;
}
#content {
  width: 820px;
  padding: 6px;
}
.box {
  border-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/dialog.png")
    33 fill round;
  border-width: 30px;
  border-style: solid;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 10px;
}
.scrollbox {
  padding: 10px;
  height: 550px;
  overflow: auto;
  overflow-x: hidden;
  border-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/dialog.png")
    33 fill round;
  border-width: 30px;
  border-style: solid;
  border-radius: 6px;
  margin-bottom: 8px;
}
.title {
  font: bold 20px "earthbound";
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: 5px solid #888888;
  border-radius: 3px;
  margin-bottom: 12px;
}
.subtitle {
  font: bold 15px "earthbound";
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.extralinks a {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  background: transparent;
  font: 20px "earthbound";
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
}
.extralinks a:hover {
  color: #4beaff;
}
textarea {
  font: 15px "earthbound";
  letter-spacing: 1px;
  color: #444;
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
    line-height: 13px;
  }
  #layout {
    width: 100%;
    margin: 10px auto;
  }
  #header {
    height: auto;
    padding: 10px 0;
  }
  .sitename a {
    font-size: 20px;
    letter-spacing: 3px;
  }
  #main {
    flex-direction: column;
  }
  #left,
  #content {
    width: 100%;
    padding: 6px;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .scrollbox {
    height: auto;
    max-height: 200px;
  }
}

#header img:hover {
  transform: scale(1.2);
}

#header img {
  transition: transform 250ms;
  width: 800px;
  height: 160px;
  padding-left: 80px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  border-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/dialog.png")
    33 fill round;
  border-width: 30px;
  border-style: solid;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #fff;
  padding-top: 5px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  z-index: 4;
  font-size: 15px;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  line-height: 25px;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:
    linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
    linear-gradient(
      90deg,
      rgba(255, 0, 0, 0.06),
      rgba(0, 255, 0, 0.02),
      rgba(0, 0, 255, 0.06)
    );
  z-index: 2;
  background-size:
    100% 2px,
    3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
    opacity: 0.27861;
  }
  5% {
    opacity: 0.34769;
  }
  10% {
    opacity: 0.23604;
  }
  15% {
    opacity: 0.10626;
  }
  20% {
    opacity: 0.18128;
  }
  25% {
    opacity: 0.10626;
  }
  30% {
    opacity: 0.18128;
  }
  35% {
    opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 500;
  pointer-events: none;
}

#musicplayer {
  z-index: 1;
  font-family: "Pixelify Sans", sans-serif;
  font-weight: bold;
  height: 40px;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  margin-bottom: 20px;
  display: flex;
  background: linear-gradient(
    180deg,
    black 0%,
    rgb(0, 0, 0) 45%,
    rgb(0, 0, 0) 47%,
    rgb(0, 0, 0) 60%,
    rgb(0, 0, 0) 100%
  );
  border: ridge 2px gray; /* border around player */
  outline: solid 2px black;
  box-shadow:
    inset 13px 0px 6px -10px rgb(66 66 66 / 20%),
    inset -13px 0px 6px -10px rgba(0, 0, 0, 0.56),
    inset 0px 13px 6px -10px #aaaaaa,
    inset 0px -13px 6px -10px rgba(201, 201, 201, 0.38);
}

.songtitle {
  display: block;
  padding: 2px; /* padding around song title */
  font-family: "Pixelify Sans", sans-serif;
  margin-top: 4px;
  margin-right: 5px;
  font-size: 15px;
  color: black;
  letter-spacing: 1px;

  background: white; /* background of song title */
  border: gray inset 1px;
  border-radius: 6px;
  box-shadow:
    inset 13px 0px 6px -10px rgb(66 66 66 / 20%),
    inset -13px 0px 6px -10px rgb(66 66 66 / 56%),
    inset 0px 13px 6px -10px #ffffff,
    inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

.controls {
  font-size: 12px; /* size of controls */
  text-align: center;
  width: 100px;
  height: 20px;
  filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white)
    drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)
    drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black)
    drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black)
    drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black)
    drop-shadow(0.5px 0.5px 0 black);
}

.controls td {
  padding-top: 5px; /* padding around controls */
}

.seeking {
  width: 75%;
  background: transparent; /* background color of seeking bar */
  display: flex;
  justify-content: space-evenly;
  padding: 7px; /* padding around seeking bar */
}

.current-time {
  padding-right: 5px;
  margin-right: 3px;
  color: black;
  filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white)
    drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)
    drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black)
    drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black)
    drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black)
    drop-shadow(0.5px 0.5px 0 black);
}

.total-duration {
  padding-left: 5px;
  color: black;
  filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white)
    drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)
    drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black)
    drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black)
    drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black)
    drop-shadow(0.5px 0.5px 0 black);
}
.ctrlimg {
  height: 20px;
  width: 20px;
}
.ctrlimg:hover {
  cursor: pointer;
}

input[type="range"] {
  width: 100%;
  background: transparent;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px; /* thickness of seeking track */
  cursor: help;
  border-radius: 6px;
  background: black; /* color of seeking track */
  border: 1px white solid;
}

input[type="range"]::-webkit-slider-thumb {
  height: 30px; /* height of seeking square */
  width: 20px; /* width of seeking square */
  background-image: url("https://file.garden/Zztv0a9yEhr5pmEq/tumblr_40786d3985453eb5412348aad980ac51_3a9a1088_1280%20(1).gif"); /* image of  seeking square */
  background-size: 25px;
  -webkit-appearance: none;
  margin-top: -10px;
}

input[type="range"].volume_slider::-webkit-slider-runnable-track {
  background: white; /* color of volume seeking track */
  filter: drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black)
    drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black)
    drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black)
    drop-shadow(0.5px 0.5px 0 black); /* outline of volume seeking track */
}

input[type="range"].volume_slider::-webkit-slider-thumb {
  background-image: url(https://file.garden/Zztv0a9yEhr5pmEq/798d7d72_original.png); /* image of volume seeking square */
  background-size: 20px;
  height: 20px; /* height of volume seeking square */
  width: 20px;
  margin-top: -8px;
}

.slider_container {
  width: 15%; /* width of volume seeker */
  display: flex;
  justify-content: center;
  align-items: center;
}

.headup {
  border-image: url("https://nogginzmart.neocities.org/catbox%20aint%20working/pollresults/dialog.png")
    33 fill round;
  border-width: 30px;
  border-style: solid;
  border-radius: 6px;
  margin-bottom: 8px;
  width: 200px;
 position: fixed;
  bottom: 0;
  right: 0;
  font: bold 20px "earthbound";
  text-align: center;
  padding-top: 5px;
}

li {
  list-style-image: url('https://file.garden/anM3NRKssQGmKFsm/pollresults/listimage.webp')
}