

body {
  --sb-track-color: #13031d;
  --sb-thumb-color: #551861;
  --sb-size: 14px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
  border: 4px solid #1e0935;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}


.scrollbar {
  --sb-track-color: #13031d;
  --sb-thumb-color: #551861;
  --sb-size: 14px;
}

.scrollbar::-webkit-scrollbar {
  width: var(--sb-size)
}

.scrollbar::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
  border: 4px solid #1e0935;
}

@supports not selector(::-webkit-scrollbar) {
  .scrollbar {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.mainstuff {
  background-color: #00ff04;
  border-radius: 5px;
  width: 700px;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;"
}

.mainstuff div {
  background-color: black;
  border-radius: 5px;
  width: 670px;
  height: 360px;
}

.bigbarwheretitle {
  position: relative;
  background-color: black;
  border-radius: 5px;
  padding: 10px;
  width: 890px;
  left:300px;
  top: 20px;
}

.navbar {
  list-style-type: none;
  overflow: hidden;
  background-color: #082e00;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center
}

.navbar .navbar1 a {
  color: #00ff04;
  font-family: Geo;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

.navbar1 a:hover {
  background-color: #01170b;
}


.neongreen {
  text-shadow: 0px 0px 5px #00ff04;
}

.bigtitle {
  text-shadow: 0px 0px 5px #00ff04;
  font-family: BBH Bartle;
  font-size: 25px;
  color: white;
  text-align:center;
}

.skullright {
  position: absolute;
  left: 750px;
  bottom: 50px;
  height: 70px;
  width: 70px;
}

.skullleft {
  position: absolute;
  left: 90px;
  bottom: 50px;
  height: 70px;
  width: 70px;
}

p {
  font-family: Special Elite;
  color: white;
}

h2 {
  margin: 5px;
  font-family: geo;
  text-align: center;
  color: white;
}

h3 {
  font-family: Tiny5;
  text-align: center;
  color: white;
  padding: 5px
}

@keyframes slide {
  from{ transform: translatex(0);}
  to{transform: translatex(-100%);}
}

.carousel {
  overflow: hidden;;
  white-space: nowrap;
  width: 900px;
  position: relative;
  left: 305px;

}

.carousel:hover .blinkies {
  animation-play-state: paused;
}

.blinkies {
  overflow: hidden;
  animation: 20s slide infinite linear;
  display: inline-block;
}

.blinkies img {
  margin: 2px;
}

.sidebar {
  background-image: url(background-purple2.png);
  background-color: purple;
  border-radius: 5px;
  height: 500px;
  width: 200px;
  float: left;
}

#updatediv {
  width: 170px;
  height: 220px;
  background-color: black;
  border: 5px solid #420b2c;
  border-radius: 5px;
  margin: 10px;
  overflow: auto;
}

.updates {
  color: white
}

.updates li a {
  color: white;
}

.updates li a:hover{
  color: #00ff04
}

.audiodiv {
  width: 180px;
  height: 230px;
  background-color: #420b2c;
  margin: 10px;
  border-radius: 5px;
}

#mainstuff1 {
  position: relative;
  background-color: black;
  border-radius: 5px;
  height: 500px;width: 700px;
  float: right
}

#melimumobox {
   float: left;
   position: relative;
   height: 320px;
   width: 192px;
   background-image: url(background-purple2.png);
   border: 8px solid #420b2c;
}



.greenborder {
  border: 8px solid #082e00;
}

.purpleborder {
  border: 8px solid #420b2c;
}

.titlenomarginpurple {
  background-color: #420b2c;
  margin: 0px;
}
