@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
.comic-neue-regular {
  font-family: "Comic Neue";
  font-weight: 400;
  font-style: normal;
}
body{
  background-color: #000;
  background-image: url("https://files.catbox.moe/v7p0vt.gif");
  background-repeat: repeat;
  color: white;
  text-align: center;
  font-family: "Nunito",sans-serif;
  max-inline-size: 1000px;
  margin-inline: auto;
  cursor: url("https://files.catbox.moe/9xh8fm.cur"), auto;
  }

.thingys{
  display: flex;
  float: right;
  transform: translateX(-100px) translateY(-80px);
  }
  .thingys2{
  display: flex;
  float: right;
  transform: translateX(-100px) translateY(-110px);
  }
.RATING{
  float: right;
  transform: translateX(-830px) translateY(-39px);
  }
.RATINGZ{
  float: right;
  transform: translateX(-580px) translateY(-40px);
  }
.awrapper{
  transform: translateY(-120px);
  }
.ban{
  transform: translateY(60px);
  }
.navlist{
  gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 5px white dashed;
  transform: translateX(350px) translateY(-70px);
  padding: 0;
  list-style: none;
  height: 30px;
  width: 600px;
  position: relative;
  z-index: 1;
  background-image: url("https://files.catbox.moe/pvgeb5.gif");
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
  }
/*Hi! if your reading this this glowlyspin animation was refrenced by  Coding2go, same with all the other rainbowspinnythings thank you!! theres no way in hell i can do somthing like that*/
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg; 
  inherits: false;
}

.navlist::after, .navlist::before {
  --angle: 0deg;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: conic-gradient(from var(--angle), #FFADAD, #FDFFB6, #CAFFBF, #9BF6FF, #BDB2FF, #FFADAD);
  z-index: -2;
  padding: 8px;
  border-radius: 10px;
  animation: 3s spin linear infinite;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
          box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
}

.navlist::before {
  filter: blur(1.5rem);
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
}

@keyframes spin {
  from { --angle: 0deg; }
  to { --angle: 360deg; }
}
  
.blacktext{
  font-family: "Comic Neue";
  color: black;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
  }
  
  
.wordborder{
  border: 1px dotted white;
  padding: 2px 5px;
  margin: 2px;
  display: inline-block;
  }
  
.wrapper{
  width: 100%;
  margin: auto;
  background: #fff;
  overflow: hidden;
  padding: 15px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.57);
  z-index: -1;
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
  }

/*Ifound the methoid of scrolling text on reddit cause marquee doesnt work on my browser ;(*/
.marquee {
  height: 25px;
  width: 950px;
  background-image: url('https://files.catbox.moe/ltn618.gif');
  border: 2px solid rgba(255,255,255,0.6);
  overflow: hidden;
  position: relative;
  transform: translateY(130px);
  border-radius: 20px;
  margin-top: 0;
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

.log-box {
  width: 200px;
  height: 150px;          
  overflow-y: auto;          
  border: 2px solid rgba(255,255,255,0.6);
  background-color: rgba(0, 173, 255, 0.8);
  padding: 10px;
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
  border-radius: 10px;
  transform: translateX(-190px) translateY(90px);
  font-family: sans-serif;
}

.log-box h2 {
  margin-top: 0;
  font-size: 18px;
}

.log-entry {
  margin-bottom: 10px;
  font-size: 14px;
}
.poll{
  float:left;
  transform: translateX(20px) translateY(-80px);
  }
.intrest1{
  float:left;
  transform: translateX(0px) translateY(-130px);
  font-family: "Comic Neue";
  color: black;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
  }

.me{
  background-color: rgba(255, 255, 255, 0.57);
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
  border-radius: 20px;
  width: 500px;
  height: 600px;
  border: 2px solid rgba(255,255,255,0.6);
  text-align: left;
  }

header{
  transform: translateY(40px);
  border-width: 5px;
  border-color: black;
  }

h1{
  font-size: 100px;
  }
.leftie{
  text-align: right;
  font-size: 50px;
  float: left;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  
  }

.chat{

  }
.bottem{
  background-color: rgba(232, 232, 232, 0.6);
  width: 700px;
  Height: 30px;
  margin-top: auto;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
  transform: translateY(30px) translateX(0px);
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
  white-space: nowrap;
  }
.bottemtxt{
   transform: translateY(-15px) translateX(20px);
  }
.me{
    transform: translateY(-40px);
  }

.whoists{
  transform: translatey(100px);
  }

.silly{
  float:right;
  transform: translateY(0px) translateX(-20px);
 border-width:8px;
border-style:solid;
border-image: url("https://dl.dropbox.com/s/l61yvavjx2e501e/image.png") 8 fill round;         
       
    
  }

.aboutme{
  width: 400px;
  height: 480px;
  float: left;
  margin-right: 70px;
  border-radius: 20px;
  font-size: 20px;
  transform: translateY(-20px);
  box-shadow: 
  0 0 10px rgba(255,255,255,0.6),  
  inset 0 0 10px rgba(255,255,255,0.5);
  border: 2px solid rgba(255,255,255,0.6);
   background-color: rgba(255, 255, 255, 0.57);
  position: absolute;
  top: 350;
  left: 540;
  }

/*
margin is like space
border is a fucking border dumbass
and padding is uhm EMPTY SPACE WITH BG?
*/
 
.music{
  transform: translateY(-100px) translateX(50px);
  }

.world{
  float: right;
  transform: translateY(-90px) translateX(-705px);
  }
  
.misato{
  float: left;
  transform: translateY(595px) translateX(200px);
  }
.record{
  float: left;
  transform: translateY(490px) translateX(820px);
  }

.shinji{
  float: right;
  transform: translateY(510px) translateX(820px);
  }

.mefr{
  float: right;
  transform: translateY(20px) translateX(-820px);
  }

  .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: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}


.box{
  background: white;
  color: black;
  margin: 100px 0;
  border: 5px gray solid;
  padding: 20px;
  }
  /*refrenced rainbow text from welearncode.com :3*/
  a{
    color: white;
    
    }
a:hover{
  transition: 0.5s;   
  letter-spacing: 7px;
}
