body {font-family: Arial, sans-serif;margin: 0;padding: 0;color: #fff;position: relative;}
body::before {content: "";position: fixed;top: 0; left: 0;width: 100%;height: 100%; z-index: -1;background: linear-gradient(-45deg, #a64ac9, #633c7e, #9d4edd, #c77dff);animation: Gradient 15s ease infinite;}
header {background-color: rgba(51, 51, 51, 0.8);text-align: center;padding: 10px;}
nav {background-color: rgba(255, 255, 255, 0.3);padding: 10px;backdrop-filter: blur(10px);}
nav button {margin-right: 1px;cursor: pointer;background-color: rgba(0, 0, 0, 0.5);color: #fff;border: none;padding: 20px;border-radius: 5px;}
nav button:hover {background-color: rgba(0, 0, 0, 0.7);}
section {padding: 20px;display: none;min-height: 100vh;}
@keyframes Gradient {0% { background-position: 0% 50%; }100% { background-position: 100% 50%; }}
.games-container {display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px;max-width: 100%; margin: 0 auto;}
.g1 { text-align: center; padding: 20px; }
.g1 button {font-size: 1.2em;padding: 0px 0px;border-radius: 5px;background-color: rgba(0, 0, 0, 0.5);color: #fff;border: none;cursor: pointer;transition: background-color 0.3s;animation: RainbowText 3s infinite;}
.g1 p {margin-top: 5px;font-size: 1em;color: #ddd;}
#s8Hf93skdn {padding: 8px;border: none;border-radius: 5px;background-color: rgba(255, 255, 255, 0.8);color: #000;margin-bottom: 15px;}
#fGf83Tjk {display: flex;flex-direction: column;max-width: 400px;margin: 0 auto;}
#fGf83Tjk label, #fGf83Tjk input {margin: 10px 0;font-size: 1em;}
#fGf83Tjk input {padding: 8px;border: none;border-radius: 5px;background-color: rgba(255, 255, 255, 0.8);color: #000;}
#fGf83Tjk button {background-color: rgba(0, 0, 0, 0.5);color: #fff;padding: 10px;border: none;border-radius: 5px;cursor: pointer;}
#fGf83Tjk button:hover {background-color: rgba(0, 0, 0, 0.7);}
.modal {display: none;position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;background-color: rgba(0,0,0,0.9);}
.modal-content {position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.close {color: #fff;position: absolute;top: 10px;right: 20px;font-size: 28px;font-weight: bold;cursor: pointer;}
.close:hover {color: #ccc;}
iframe {width: 100%; height: 100%; border: none;}
.game-button {display: flex; flex-direction: column;align-items: center; padding: 20px; background-color: rgba(0, 0, 0, 0.5);border: none;border-radius: 5px; cursor: pointer;transition: background-color 0.3s;}
.game-icon {width: 200px;height: 200px;}
h1 {font-weight: 600;font-size: 39.5px; color: #004cff;text-shadow: 0px 0px 16.5px #004cff;}
@font-face {font-family: 'Poppins';font-style: normal; font-weight: 400;font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
body { height: 100%;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;font-family: Calibri, "Poppins";}
nav {padding: 8px;border-radius: 20px;height: 80px;width: 50vw; margin: 0 auto;}
p { font-family: poppins;color: white;font-size: 25px;margin-left: 5px;margin-top: 10px;}
h1 {font-size: 70px;margin: 10px;}