
@font-face {                  
font-family: '0xProto';
src: url(https://humantooth.neocities.org/fonts/0xProto-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

@font-face { 
	font-family: "Xander"; 
	src: url("XanderSwordfish.ttf"); 
	font-weight: normal;
	font-style: normal; 
}
.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: 20;
    background-size: 100% 2px, 3px, 100%;
    pointer-events: none;
}

body {
  background: url("https://img.magnific.com/free-photo/photo-ground-texture-pattern_58702-15849.jpg?t=st=1787250431~exp=1787254031~hmac=0288ee9723f1744b43ff911410694c08005389ba8fc82bc49da460f68408dff8&w=1060");
  background:rgb(24, 24, 27);
  background-size: cover;
  color: #cfd0e4;
  font-family:"0xProto";
}

h1{
  color: #cfd0e4;
  font-size:50px;
  font-family: "Xander";
}

h2{
  color: #1f191f;
  font-size:24px;
  font-family: "courier new";
}

h3{
  color: #1f191f;
  font-size:25px;
  font-weight: bold;
  font-family: "courier new";
}

strong{
  font-weight: bold;
  font-family: "courier new";
  font-size: 20px;
  color: rgb(221, 214, 253);
}

a{
  color:rgb(84, 36, 116);
}

.card-header{
  background-color: #1f191f;
  border-color: #111111;
}

.nav-item{
  h2{
    color: #cfd0e4;
  }
}

.active{
  h2{
    color: #1f191f;
  }
}

.card{
  background-color: #9478ba;
}

.btn-info{
  background-color: #cfd0e4;
  border-color: #cfd0e4;
  border-radius: 50%;
  margin-top: 15px;
  width: 40px;
  height: 40px;
}

.btn-info:hover{
  background-color: #ff65d9;
  border-color: #ff65d9;
}

/* Text animations from https://scripted.neocities.org/text ! */

  @keyframes squiggly-anim {
    0% {
      -webkit-filter: url("#squiggly-0");
              filter: url("#squiggly-0");
    }
    25% {
      -webkit-filter: url("#squiggly-1");
              filter: url("#squiggly-1");
    }
    50% {
      -webkit-filter: url("#squiggly-2");
              filter: url("#squiggly-2");
    }
    75% {
      -webkit-filter: url("#squiggly-3");
              filter: url("#squiggly-3");
    }
    100% {
      -webkit-filter: url("#squiggly-4");
              filter: url("#squiggly-4");
    }
  }

  #shake {
    animation: squiggly-anim 0.5s linear infinite;
  }

  .svg-container {
    width: 0;
    height: 0;
    overflow: hidden;
  }

@keyframes glow {
0% {
text-shadow: 0 0 15px rgb(216, 149, 255);
}

50% {
text-shadow: none;
}

100% {
text-shadow: 0 0 15px rgb(216, 149, 255);
}
}

@-webkit-keyframes glow {
0% {
text-shadow: 0 0 15px rgb(174, 0, 255);
}

50% {
text-shadow: 0 0 0;
}

100% {
text-shadow: 0 0 15px rgb(174, 0, 255);
}
}

#glow {
-webkit-background-clip: text;
font-weight:bold;
-webkit-animation: glow 3.0s linear infinite;
-moz-animation: glow 3.0s linear infinite;
-ms-animation: glow 3.0s linear infinite;
-o-animation: glow 3.0s linear infinite;
animation: glow 3.0s linear infinite;
}
