 .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(16, 6, 28, 0.5);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}


/*element rules*/

body{
  padding: 25px;
  /*background-image: url("storage/stars.webp") 100%;*/
  background: url("assets/blacksky.webp") 330px repeat;
  color: #5d328e;
  scrollbar-color: #9900FF53 transparent;
  scrollbar-width: thin;
}

section {
  max-width: 700px;
  height: fit-content;
  /*background: rgba(167, 0, 255, 60%);*/
  background-color: black;
  background-size: contain;
  border: solid #5d328e;
  border-width: 5px;
  border-radius: 15px;
  margin: auto;
  padding: 5px;
} 

div {
  padding: 5px;
  text-align: center;
}

p, ul {
  color: #5d328e;
  font-family: "Comic Relief", Comic Sans MS, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  background-image: linear-gradient(#5d328e, #8056b1, #5d328e);
  color: transparent;
  background-clip: text;
  text-align: center;
  font-family: "Akaya Kanadaka", impact, sans-serif;
  margin-bottom: 0px;
}

hr {
  border-width: 1.5px;
  border: solid #5d328e;
}

a {
  color: #5d328e;
  font-family: "Comic Relief", Comic Sans MS, sans-serif;
}

button {
  font-family: "Comic Relief", Comic Sans MS, sans-serif;
  background-color: black;
  border: solid #5d328e;
  color: #5d328e;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

li {
  text-align: left;
}

/*class rules*/

.stamp {
  width: 74.25px;
  max-height: 42px;
  float: left;
  margin-left: 10px;
}

.topbar {
  /*background-color: white;*/
  display: block;
  height: 42px;
  width: calc(100% - 10px);
  border-radius: 5px;
  margin-top: 6px;
  align: center;
  overflow: hidden;
  position: relative;
}

.eeee {
  position: absolute;
  display: block;
  overflow: hidden;
  animation: Lmarquee 5s linear infinite;
  margin:0px;
  height: 42px;
  width: 200%;
  animation-duration: 5s;
}

.leftbar {
  background-color: white;
  float: left;
  height: 500px;
  width: 90px;
  margin-left: 12vw;
  margin-top: 100px;
  border-radius: 5px;
}

.rightbar {
  background-color: white;
  float: right;
  height: 500px;
  width: 90px;
  margin-right: 12vw;
  margin-top: 100px;
  border-radius: 5px;
}

.sitebutt {
  max-width: 88px;
  max-height: 31px;
}

.neighbor {
  
  transition: all 0.25s;
}

.neighbor:hover {
  box-shadow: 0 0 10px #fff;
}

.caption {
  font-size: 12px;
  margin: 5px;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.scroll {
  max-height: 300px;
  margin-top: 5px;
  overflow: auto;
}

.sip {
  max-width: 33.33%;
}

.navbutt {
  font-family: "Comic Relief", Comic Sans MS, sans-serif;
  text-decoration: none;
  color: black;
}

.col1, .col2 {
  width: calc(50% - 25px);
  height: fit-content;
}

.selected {
  background-color: #7649a9;
  border-color: white;
  color: white;
  text-decoration: none;
}

.container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: stretch;
}

.nav {
  padding: 0px;
}

.links2 {
  width: 100px;
  height: 100px;
}

.enterbutt {
  font-family: "Comic Relief", Comic Sans MS, sans-serif;
  text-decoration: none;
  color: black;
  height: 100%;
  object-fit: cover;
  font-size: 45px;
  margin-bottom: 10px;
}

.enterbutt p {
  background-image: linear-gradient(#5d328e, #8056b1, #5d328e);
  color: transparent;
  background-clip: text;
  text-align: center;
  font-family: "Akaya Kanadaka", impact, sans-serif;
  margin: 5px;
}

.links {
  width: 100%;
  height: 25%;
  margin: 5px;
  margin-left: -5px;
  background-color: black;
  background-size: cover;
  aspect-ratio: 2.02 / 1;
  border: solid white;
  border-width: 2px;
  border-radius: 15px;
}

.linktxt {
  text-align: left;
  margin-left: 200px;
}

.darkbg {
  color: #e9e3f1
}

h2.darkbg {
  background-image: linear-gradient(#cac1d3, #e9e3f1, #cac1d3);
  color: transparent;
  background-clip: text;
}

.lightbg {
 color: #22153c
}

h2.lightbg {
  background-image: linear-gradient(#22153c, #564c68, #22153c);
  color: transparent;
  background-clip: text;
}

div.links.lightbg {
  border-color: black;
}

.return {
  width: 100%;
  height: 25px;
  margin-top: 5px;
  font-family: "Comic Relief", Comic Sans MS, sans-serif;
  text-decoration: none;
  color: black;
  object-fit: cover;
}

/*id rules*/

#jsg {
  font-size: 12.5px;
}

#starzrqpp {
  max-width: 88px;
  max-height: 31px;
  position: relative;
  cursor: pointer;
  margin-left: calc(50% - 50px);
  margin-top: 0px;
  margin-bottom: -20px;
}

#starzrqpButton {
  max-width: 88px;
  max-height: 31px;
  margin-top: 10px;
  border: solid white 1px;
  margin-bottom: 0px;
}

#coolsites, #webrings {
  max-height: 150px;
}

#webrings {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

#webrings a {
  text-decoration: none;
}

#gummytxt {
  max-height: 15px;
  max-width: 87px;
}

#gummyar {
  max-height: 13px;
  max-width: 21px;
}

#gummy {
 max-width: 57px;
 max-height: 57px;
}

#sillyring {
  white-space: nowrap;
}

#sillyring img {
  max-width: 56px;
}

#transmasc_ring {
  content: center;
}

#copyTooltip {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: -20px;
  font-family: "Comic Relief", Comic Sans MS, sans-serif;
}

#starzrqpp:hover #copyTooltip {
  visibility: visible;
  opacity: 1;
}

#devring {
  height: 31px;
  display: inline-block;
}

#devring img {
  width: 18px;
  height: 31px; 
}

#devring .sitebutt {
  width: 88px;
}

#qcring {
  height: 31px;
  display: inline-block;
}

#qcring img {
  width: 31px;
  height: 31px; 
}

#qcring .sitebutt {
  width: 88px;
}

.realenterbutt {
  width: 100%;
}

/*animation rules*/

@keyframes Lmarquee {
      0% { left: 0; }
      100% { left: -200%; }
    }