@font-face {
  font-family: "5PayPerKlipz";
  src: url('5payperklipz.woff2') format('woff2');
}

@font-face {
  font-family: 'NineteenFortyTwo';
  src: url('1942.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'SystemX3Regular';
  src: url('System X3 Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'url(FFFSaoPauloFC2020)';
  src: url('FFF Sao Paulo FC 2020.woff2') format('woff2');
  font-display: swap;
}



body {
  font-family: 'FFFSaoPauloFC2020', sans-serif;
  font-size: 20 px;
  background-color: #000;
  color: #0f0;
  padding: 40px;
  margin: 0;
  box-shadow:
    0 0 20px #ff00ff,
    0 0 40px #ff00ff,
    0 0 60px #ff55ff,
    inset 0 0 30px #ff00ff,
    inset 0 0 60px #ff55ff;
  animation: glowFade 3s infinite ease-in-out;
}

.nineteenfortytwo-box {
  font-family: 'FFFSaoPauloFC2020', sans-serif;
  font-size: 20 px;
  background-color: #000;
  color: #0f0;
  padding: 25px;
  margin: 2px;
  box-shadow:
    0 0 10px #ff00ff,
    0 0 20px #ff00ff,
    0 0 30px #ff55ff,
    inset 0 0 30px #ff00ff,
    inset 0 0 60px #ff55ff;
  animation: glowFade 5s infinite ease-in-out;
}


h1 {
  font-family: '5PayPerKlipz', sans-serif;
  font-size: 60px;
  color: #0f0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#unique-heading { color: #ff00ea; }
h3 {
  font-family: 'SystemX3Regular', sans-serif;
  font-size: 50px;
  color: #0f0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
h4 {
  font-family: 'FFFSaoPauloFC2020', sans-serif;
  font-size: 35px;
  color: #ff0000;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

h5 {
  font-family: 'NineteenFortyTwo', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #0f0;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@keyframes pulseMove {
  0% {
    box-shadow: 0 0 5px #ff00ff,
                0 0 10px #ff00ff,
                0 0 20px #ff00ff;
  }
  50% {
    box-shadow: 5px 5px 15px #ff7bff,
                -5px -5px 25px #ffb7ff,
                0 0 35px #fff;
  }
  100% {
    box-shadow: 0 0 5px #ff00ff,
                0 0 10px #ff00ff,
                0 0 20px #ff00ff;
  }
}

@keyframes glowFade {
  0% {
    box-shadow:
      0 0 20px #ff00ff,
      0 0 40px #ff00ff,
      0 0 60px #ff55ff,
      inset 0 0 30px #ff00ff,
      inset 0 0 60px #ff55ff;
  }
  50% {
    box-shadow:
      0 0 10px #ff00ff,
      0 0 20px #ff00ff,
      0 0 40px #ff55ff,
      inset 0 0 15px #ff00ff,
      inset 0 0 30px #ff55ff;
  }
  100% {
    box-shadow:
      0 0 20px #ff00ff,
      0 0 40px #ff00ff,
      0 0 60px #ff55ff,
      inset 0 0 30px #ff00ff,
      inset 0 0 60px #ff55ff;
  }
}

input[type="submit"].h3-text {
  font-family: SystemX3Regular;
  background-color: #ffffff;
  border: 4px solid #06ff77 ;
  box-shadow: 0 0 20px #00ff37;
  padding: 10px 10px;
  width: 110%;
  max-width: 500px;
  margin: 5px auto;
  display: block;
  cursor: pointer;
  letter-spacing: 20px;
  text-align: center;
}

.content-box {
  font-family: 'FFFSaoPauloFC2020', sans-serif, ;
  font-size: 20 px;
  padding: 30px;
  border: 4px solid #ff00ff;
  background-color: #000;
  color: #0f0;
  animation: pulseMove 3s ease-in-out infinite;
  text-align: center;
  width: 80%;
  margin: 100px auto;
}


.rainbow-text h1 {
  font-family: '5PayPerKlipz', sans-serif;
  font-size: 40px;
  animation: rainbow 6s linear infinite;
}

@keyframes rainbow {
  0% { color: red; }
  14% { color: orange; }
  28% { color: yellow; }
  42% { color: green; }
  57% { color: blue; }
  71% { color: indigo; }
  85% { color: violet; }
  100% { color: red; }
}


@keyframes rainbow {
  0% { color: red; }
  14% { color: orange; }
  28% { color: yellow; }
  42% { color: green; }
  57% { color: blue; }
  71% { color: indigo; }
  85% { color: violet; }
  100% { color: red; }
}

.rainbow-text2 h3 {
  font-family: 'SystemX3Regular', sans-serif;
  font-size: 40px;
  animation: rainbow 6s linear infinite;
}

@keyframes rainbow {
  0% { color: red; }
  14% { color: orange; }
  28% { color: yellow; }
  42% { color: green; }
  57% { color: blue; }
  71% { color: indigo; }
  85% { color: violet; }
  100% { color: red; }
}


@keyframes rainbow {
  0% { color: red; }
  14% { color: orange; }
  28% { color: yellow; }
  42% { color: green; }
  57% { color: blue; }
  71% { color: indigo; }
  85% { color: violet; }
  100% { color: red; }
}

.container {
  margin: 100px auto;
  width: 80%;
}


input[type="password"],
input[type="email"].h3-text{
  background-color: #ffffff;
  border: 4px solid #06ff77 ;
  box-shadow: 0 0 20px #ff00ff;
  padding: 8px;
  font-size: 16px;
  margin: 10px;
  font-family: 'SystemX3Regular', sans-serif;
}

a {
  color: #0ff;
  text-decoration: none;
  font-family: '5PayPerKlipz', sans-serif;
  font-size: 40px;
}

.popup {
  margin-top: 50px;
  padding: 10px;
  border: 1px dashed #0f0;
  font-family: 'NineteenFortyTwo', sans-serif;
}

.snake-wrapper {
  position: relative;
  padding: 4px; /* Space for glowing border */
  border-radius: 12px;
  z-index: 10px;
  overflow: hidden;
}

.snake-wrapper::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(90deg, 
    #00ff22, 
    #00ffff, 
    #ff00ff, 
    #00ff22);
  background-size: 300% 300%;
  animation: snakeMove 12s linear infinite;
  filter: blur(8px);
  z-index: -1;
  border-radius: 14px;
}

@keyframes snakeMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}
body {
  text-align: center;
}

.donate-link {
  font-family: sans-serif;
  font-size: 50px;
  color: #000000;
  text-shadow: 0 0 5px #00ff0d, 0 0 10px #00ff0d;
}
.new-page {
  font-family: 'SystemX3Regular', sans-serif; 
  font-size: 30px;
  color: rgb(80, 0, 255);
  text-decoration: underline;
  text-shadow: 0 0 5px #00ff0d, 0 0 10px #00ff0d;
  white-space: nowrap;
}
.art-name {
  font-family: 'SystemX3Regular', sans-serif; 
  font-size: 30px;
  color: #000000;
  margin-bottom: 30px;
  text-decoration: underline;
  text-shadow: 0 0 5px #00ff0d, 0 0 10px #00ff0d;
}
.location-timer {
  font-family: 'SystemX3Regular', sans-serif;
  font-size: 36px;
  color: rgb(255, 0, 0); 
  text-decoration: underline;
  text-shadow: 0 0 5px #00ff0d, 0 0 10px #00ff0d;
}

.index-page .container,
.index-page .snake-wrapper,
.index-page .nineteenfortytwo-box {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

.index-page {
  background-image: url('enback.png');
  background-repeat: repeat;
  background-size: auto;
  animation: scrollBackground 120s linear infinite;
}

@keyframes scrollBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.h3-text {
  font-family: 'SystemX3Regular', sans-serif;
  background-color: #ffffff;
  border: 4px solid #06ff77 ;
  box-shadow: 0 0 20px #ff00ff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #0f0;
  -webkit-text-stroke: 1px black;
  animation: rainbow 6s linear infinite;
  text-align: center;
}

#play {
  background-color: transparent;
  border: none;
  margin: 20px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #0f0;
  -webkit-text-stroke: 1px black;
  animation: rainbow 6s linear infinite;
  text-align: center;
  
}

button {
      background-image: url('kewlmusik.gif'), url('sine.gif');
      background-repeat: repeat;
      background-size: cover;
      align-items: center;
      width: 120px;
      height: 120px;
    }

#arrowgif {
  background-color: transparent;
  border: none;
  margin: 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #0f0;
  -webkit-text-stroke: 1px black;
  animation: rainbow 6s linear infinite;
  text-align: center;
  
}

#evil-title {
font-family: '5PayPerKlipz', sans-serif;
font-size: 90px;
margin-top: 100px;
white-space: nowrap;
text-shadow:
-1px 0 rgb(255, 0, 221),
0 -2px rgb(255, 255, 255),
-3px 0 rgb(68, 0, 255),
0 -4px rgb(255, 255, 255);
font-weight: bold;
color: rgb(0, 255, 64)
}
.link-container {
    white-space: nowrap;
}