footer{display:flex;justify-content:space-between;width:100%;max-width:1600px;padding:75px 0 35px;margin-top:auto}footer .main{display:flex;flex-direction:column;gap:1rem}footer .main img.logo{height:2rem;width:auto}footer .main .copyright{color:#cfcfcf}footer .main .links{display:flex;gap:20px;margin-top:10px}footer .main .links a img{height:25px;width:auto}footer .right{display:flex;justify-content:flex-end;gap:3rem}footer .right .column{display:flex;flex-direction:column;gap:1rem;width:150px}footer .right .column h3{font-size:1.2rem;margin:0}footer .right .column .border{width:100%;height:3px;background-color:#fff;border-radius:7px;margin:.3rem 0}footer .right .column a{color:#cfcfcf;text-decoration:none;font-size:1rem}@media screen and (max-width: 800px){footer{flex-direction:column;justify-content:flex-start;gap:5rem}footer .right{flex-direction:column;justify-content:flex-start}footer .right .column{width:100%}}header{--padding: 35px;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1600px;padding:var(--padding) 0;border-radius:25px}header img{height:35px}header .links{display:flex;align-items:center;gap:25px}header .links a{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}header .links a img{height:25px}@font-face{font-display:swap;font-family:Orbitron;font-style:normal;font-weight:400;src:url(/fonts/Orbitron/orbitron-v31-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Orbitron;font-style:normal;font-weight:500;src:url(/fonts/Orbitron/orbitron-v31-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Orbitron;font-style:normal;font-weight:600;src:url(/fonts/Orbitron/orbitron-v31-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Orbitron;font-style:normal;font-weight:700;src:url(/fonts/Orbitron/orbitron-v31-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Orbitron;font-style:normal;font-weight:800;src:url(/fonts/Orbitron/orbitron-v31-latin-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:Orbitron;font-style:normal;font-weight:900;src:url(/fonts/Orbitron/orbitron-v31-latin-900.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/fonts/Inter/inter-v18-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:300;src:url(/fonts/Inter/inter-v18-latin-300italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/fonts/Inter/inter-v18-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:400;src:url(/fonts/Inter/inter-v18-latin-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/fonts/Inter/inter-v18-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:500;src:url(/fonts/Inter/inter-v18-latin-500italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/fonts/Inter/inter-v18-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:600;src:url(/fonts/Inter/inter-v18-latin-600italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/fonts/Inter/inter-v18-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:700;src:url(/fonts/Inter/inter-v18-latin-700italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/fonts/Inter/inter-v18-latin-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:800;src:url(/fonts/Inter/inter-v18-latin-800italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/fonts/Inter/inter-v18-latin-900.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:900;src:url(/fonts/Inter/inter-v18-latin-900italic.woff2) format("woff2")}html,body{display:flex;flex-direction:column;align-items:center;color-scheme:dark;margin:0;width:100%;min-height:100vh;background-color:#000;font-size:16px;font-family:Inter,sans-serif;color:#fff;--checker-size: 50px;--checker-color: rgba(255, 255, 255, .05);background-image:linear-gradient(90deg,var(--checker-color) 1px,transparent 1px),linear-gradient(0deg,var(--checker-color) 1px,transparent 1px);background-size:var(--checker-size) var(--checker-size);position:relative}.content{--padding: 20px;display:flex;flex-direction:column;align-items:center;width:calc(100% - var(--padding) * 2);max-width:1600px;height:100%;min-height:100vh;padding:0 var(--padding)}h1,h2,h3{font-family:Orbitron,sans-serif}a{color:#7a61f4}
