        body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #1a202c; /* Dark background */
            color: #e2e8f0; /* Light text */
            min-height: 200vh; /* Ensure enough height for scrolling */
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .container {
            width: 90%;
            max-width: 700px;
            margin: 20px auto;
            padding: 20px;
            background-color: #2d3748; /* Darker background for content */
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .telegram-widget-wrapper {
            margin-top: 20px;
            padding: 10px;
            background-color: #4a5568;
            border-radius: 8px;
            overflow: hidden; /* Ensure widget fits */
        }
        .bottom-trigger {
            margin-top: 50px;
            padding: 20px;
            background-color: #3182ce; /* Blue for visibility */
            color: white;
            text-align: center;
            border-radius: 8px;
            font-weight: bold;
            opacity: 0.8;
            transition: opacity 0.3s ease-in-out;
        }
        .bottom-trigger.loading {
            opacity: 1;
            background-color: #38a169; /* Green when loading */
        }
        .header {
            text-align: center;
            margin-bottom: 30px;
            font-size: 2.5rem;
            font-weight: bold;
            color: #a0aec0;
        }
        p {
            margin-bottom: 15px;
            line-height: 1.6;
        }
        .nav {
        font-size: 2em;
  position: fixed;
color: antiquewhite;
  z-index: 400;
  opacity: .6345;
  font-family: 'Courier New', monospace;
        }

.nleft {
	width:fit-content;
	  top: 1%;
  left: 1%;
  padding-bottom: 125px;
  padding-right: 125px;
	}
.nright {
	width:fit-content;
	  top: 1%;
  right: 1%;
  padding-bottom: 125px;
  padding-left: 125px;
	}
.tmenu {
        position:fixed;
        bottom:3%;
	left:3%;
        font-size: 1em;
}
.tmenu a {opacity:.36;display:block; color: #e2e8f0; /* Light text */}
.tmenu a:hover {  opacity:1;transition: opacity 0.45s ease-in-out;          color: #e2e8f0; /* Light text */}

.TOTP {
        position:fixed;
        bottom:3%;
        right:3%;
        font-size: 1em;
}
.TOTP a {opacity:.36;            color: #e2e8f0; /* Light text */}
.TOTP a:hover {  opacity:1;transition: opacity 0.45s ease-in-out;          color: #e2e8f0; /* Light text */}

