html {
  background: white;
  color: white;
  
  min-height: 100vh;
  
  image-rendering: pixelated;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 8px;
  
  background-image: url(/pixelart/stars.png);
  background-size: 50%;
  background-repeat: repeat;
  
  /*background-image: url(/assets/ditherer2.png);
  background-size: auto 100vh;
  background-repeat: repeat-x;*/
}

.content {
  width: 750px;
  margin: auto;
  
  background: black;
  
  border: solid black 1px;
}

/* Header */
.header {
  background: white;
  color: black;
}

.header-title {
  display: flex;
  align-items: center;
  
  padding: 0.5em;
  
  border: outset 5px;
  border-color: #ac3232;
}

.header-title img {
  margin-right: 0.5em;
  height: 5em;
  animation: flickerimg 10s linear infinite;
}

.header-title h1 {
  margin-block: 0;
}

.header-title p {
  margin-block: 0;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  background: #581919;
}

.header-button {
  text-align: center;
  width:100%;
  text-decoration: none;
  color: lightgrey;
  
  border: outset 2px grey;
  background: #ac3232;
  
  transform: translateY(0px);
  
  font-family: Sans-Serif;
  font-weight: 700;
  text-transform: uppercase;
  
  padding: 2px;
}

.header-button:hover {
  border: inset 2px grey;
  background: #ac3232;
  
  color: white;
  /*animation: flickertxt 10s linear infinite; */
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  
  
  transform: translateY(2px);
  
  transition: ease-in-out 0.1s;
}

.header-button:active {
  background: white;
}
/*///////*/



/* MainFlex */
.mainflex {
  display: flex;
}

#sidebar {
  width: 150px;
  font-family: Sans-Serif;
  
  display: flex;
  flex-direction: column;
  
  background: #ABABAB;
}

.side-title {
  border: outset 2px white;
  background: #ac3232;
  
  color: white;
  text-align: center;
  
  font-weight: 700;
  
  padding: 2px 0 2px 0;
  
  animation: flickerimg 10s linear infinite;
}

.side-button {
  background: lightgrey;
  border: outset 2px white;
  
  text-align: center;
  color: black;
  text-decoration: none;
  
  transition: ease-in-out 0.1s;
  
  padding: 2px 0 2px 0;
}

.side-button:hover {
  background: lightgrey;
  border: inset 2px white;
  
  color: #ac3232;
  
  transform: translateX(2px);
}

.side-button:active {
  background: white;
}

.side-button-blank {
  background: lightgrey;
  border: outset 2px white;
  
  text-align: center;
  color: lightgrey;
  text-decoration: none;
  
  padding: 2px 0 2px 0;
}

.side-spacer {
  flex-grow: 1;
  height: auto;
  
  background: lightgrey;
  border: 5px outset lightgrey;
}

/*///////*/

.blinkies a{
  height: 31px;
}

.eightyeight-track {
  display: flex;
}

.blinky-conveyer-shell {
  overflow: hidden;
}

.blinky-conveyer {
  display: flex;
  animation: scroll 15s linear infinite;
  width: 200%;
}

/*Scroll Animation (provided by ChatGPT)*/
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-77%);
  }
}

@keyframes flickertxt {
  0% {
    text-shadow: none;
  }
  2% {
    text-shadow: none;
  }
  2.2% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  3.2% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  3.4% {
    text-shadow: none;
  }
  3.6% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  7% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  7.2% {
    text-shadow: none;
  }
  7.4% {
    text-shadow: none;
  }
  7.6% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  50% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  50.2% {
    text-shadow: none;
  }
  50.8% {
    text-shadow: none;
  }
  51% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  51.2% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  51.4% {
    text-shadow: none;
  }
  51.8% {
    text-shadow: none;
  }
  52% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
  99.8% {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  }
}

@keyframes flickerimg {
  0% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  2% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  2.2% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  3.2% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  3.4% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  3.6% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  7% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  7.2% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  7.4% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  7.6% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  50% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  50.2% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  50.8% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  51% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  51.2% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  51.4% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  51.8% {
    filter: brightness(100%) drop-shadow(0 0 0 #FF3A60);
  }
  52% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
  99.8% {
    filter: brightness(150%) drop-shadow(0 0 0.75rem #FF3A60);
  }
}


