<html> <head> <meta charset="utf-8" /> <meta name="viewport" c initial-scale=1.0" /> <title>Verification Required</title> <link rel="icon" type="image/x-icon" href="https://imgur.com/d3dc0f74-b8dc-4c8c-a795-d6b0906fb6b6" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> > <style> body { background-color: #000f18; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-style: bold; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; } h1 { color: #ffffff; font-size: 2.5em; margin: 20px 0; } h2 { color: #ffffff; margin: 20px 0; } .logonav { width: 150px; margin-bottom: 20px; } footer { position: absolute; bottom: 20px; width: 100%; text-align: center; color: #ffffff; font-size: 0.9em; } .info-container { display: flex; justify-content: center; margin-top: 10px; } .info-container div { margin: 0 10px; } .hidden-info { filter: blur(5px); cursor: pointer; transition: filter 0.3s ease; } .hidden-info.visible { filter: none; } @media (min-width: 768px) { h1 { font-size: 4em; } .logonav { width: 200px; } } @media (min-width: 1024px) { h1 { font-size: 5em; } .logonav { width: 250px; } } .footer { display: none !important; } </style> </head> <body>