hi sorry, this is also destroyed, curtesy of kata (jk) ] body { margin: 0; background-color: #001100; color: #00ff88; font-family: monospace; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; overflow: hidden; } h1 { font-size: 2rem; text-shadow: 0 0 10px #00ff88; margin-bottom: 20px; } p { max-width: 500px; text-align: center; margin-bottom: 20px; } input { background-color: black; border: 2px solid #00ff88; color: #00ff88; padding: 10px; font-size: 1.2rem; width: 300px; text-align: center; outline: none; box-shadow: 0 0 5px #00ff88; } /* Glitch effect */ .glitch { animation: glitchAnim 0.2s infinite; } @keyframes glitchAnim { 0% { transform: translate(0); filter: hue-rotate(0deg) contrast(1); } 20% { transform: translate(-5px, 2px) skew(5deg); filter: hue-rotate(90deg) contrast(2); } 40% { transform: translate(5px, -2px) skew(-5deg); filter: hue-rotate(180deg) contrast(1.5); } 60% { transform: translate(-3px, 3px) skew(3deg); filter: hue-rotate(270deg) contrast(2); } 80% { transform: translate(3px, -3px) skew(-3deg); filter: hue-rotate(360deg) contrast(1.2); } 100% { transform: translate(0); filter: hue-rotate(0deg) contrast(1); } } /* GO BACK button styles */ #goBackBtn { position: fixed; top: 15px; right: 15px; background-color: #004d00; /* dark green */ color: white; border: 2px solid #004d00; /* dark green border */ padding: 8px 16px; font-weight: bold; font-family: monospace; cursor: pointer; box-shadow: 0 0 6px black; border-radius: 4px; z-index: 10000; text-decoration: none; user-select: none; transition: background-color 0.3s ease, color 0.3s ease; } #goBackBtn:hover { background-color: #006600; /* brighter green on hover */ border-color: #006600; It’s cold down here...

Do you remember the three digit passcode? it's a very (SPECIAL) number

GO BACK