:root{--backgroundColor: #353535;--frameColor: #292929;--elemColor: #1e1e1e;--elemColor2: #2e2e2e;--textColor: #ffffff}body{background-color:var(--backgroundColor);color:var(--textColor);font-family:sans-serif}a{text-decoration:none}.frame{background-color:var(--frameColor);border-radius:8px;width:auto;height:max-content;padding:10px;margin-top:10px;margin-bottom:10px}.anotherElem{background-color:var(--elemColor);border-radius:8px;width:auto;height:max-content;padding:10px;margin-top:10px;margin-bottom:10px;display:flex;justify-content:center;align-items:center}.button{background-color:var(--elemColor);color:var(--textColor);display:flex;justify-content:center;align-items:center;width:max-content;height:max-content;padding:10px;border-radius:10px}.button:hover{background-color:var(--elemColor2);cursor:pointer}.flex{display:flex;justify-content:center;align-items:center}.xyCenter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bigText{font-weight:700;font-size:30px}.smallText{color:gray;font-size:12px}.frame>.textYap{text-align:center}#logs{font-family:Courier New,Courier,monospace;font-size:.9em;max-width:350px;overflow-x:auto;scrollbar-width:none;user-select:text;-webkit-user-select:text;cursor:text}.footer{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:5px}@media screen and (max-width:768px){.xyCenter,.footer{width:90%}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:none;justify-content:center;align-items:center;z-index:1000;transition:all .3s ease}.popup-content{background:var(--frameColor);box-shadow:0 8px 32px #000c;padding:30px;border-radius:8px;text-align:center;width:300px;animation:fadeIn .3s ease-out}.popup-content .overflow{max-height:80vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--elemColor) var(--frameColor)}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-content h3{margin-top:0;margin-bottom:20px;color:#fff;font-family:Outfit,sans-serif;font-weight:600;letter-spacing:.5px}.popup-content .button{margin:8px 0;width:100%;box-sizing:border-box}.secondary{margin-top:20px!important}.headerText{font-weight:700;font-size:25px}@media screen and (max-width:768px){.popup-content{width:75%}}
