@font-face { 
    font-family: League Gothic; 
    src: url('https://files.catbox.moe/t0jsxx.otf'); 
}

body {
    max-width: 800px;
    background-color: black;
    background-image: url(fc/bg.png);
    text-align: center;
    margin: auto;
    font-size: 100%;
    font-family: Tahoma, sans-serif;
    
}

.flsidebar {
    width: 20%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background-color: black;
    position: sticky;
    float: left;
    top: 0;
}

.flmain {
    width: 80%;
    background-color: black;
    padding: 10px;
    color: #FFAC32;
}

h2{
    color: white;
    text-transform: uppercase;
    font-family: League Gothic, tahoma, sans-serif;
    font-size: 36px;
}

h3{
    color: #EA681C;
    font-family: League Gothic, tahoma, sans-serif;
    font-size: 28px;
}

.flcontainer {
    width: 100%;
    display: flex;
    height: fit-content;
    margin: auto;
    background-color: black;
    box-shadow: 0 0 50px 5px;
}

h1 {
    margin: 0;
    line-height: 0;
    box-shadow: 0 0 50px 5px;
}

.links {
    background-color: #EA6AA5;
    text-transform: uppercase;
    border-radius: 5px;
    border: inset #e04d91;
    color: white;
    margin: 5px;
    line-height: 45px;
    text-decoration: none;
    font-size: clamp(2vw, 1.5625em, 4vw);
    overflow-wrap: break-word;
    font-family: League Gothic, tahoma, sans-serif;
}

img.links {
    width: 90%;
    max-width: 88px;
}

a {
    color: #EA681C; 
}

a:hover {
    text-transform: uppercase;
}

a:hover.links {
    background-color: white;
    color: black;
    text-transform: lowercase;
    border: inset white;
}



.name {
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 5px;
}

.memberlist {
    text-align: left;
    line-height: 10px;
    

}

.topinfo {
    display: flex;
    height: 31px;
    align-items: center;
    gap: 5px;
}

.affiliates {
    width: 55%;
}

footer {
}

.footer {
    margin: 0;
    color: white;
    background-color: black;
    
}

h3 {
    text-align: left;
    margin-left: 10px;
}

.links {
    
}

.tyler {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.narr {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;   
    pointer-events: none;
}

.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.90626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.83891;
  }
  30% {
  opacity: 0.65583;
  }
  35% {
  opacity: 0.67807;
  }
  40% {
  opacity: 0.26559;
  }
  45% {
  opacity: 0.84693;
  }
  50% {
  opacity: 0.96019;
  }
  55% {
  opacity: 0.08594;
  }
  60% {
  opacity: 0.20313;
  }
  65% {
  opacity: 0.71988;
  }
  70% {
  opacity: 0.53455;
  }
  75% {
  opacity: 0.37288;
  }
  80% {
  opacity: 0.71428;
  }
  85% {
  opacity: 0.70419;
  }
  90% {
  opacity: 0.7003;
  }
  95% {
  opacity: 0.36108;
  }
  100% {
  opacity: 0.24387;
  }
}

.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;
}

