@font-face{font-family:"Geomanist";font-weight:700;src:url("https://levelzwo.com/wp-content/themes/lz/fonts/geomanist-bold-webfont.woff2")}@font-face{font-family:"Geomanist";font-weight:400;src:url("https://levelzwo.com/wp-content/themes/lz/fonts/geomanist-regular-webfont.woff2")}@font-face{font-family:"Geomanist";font-weight:300;src:url("https://levelzwo.com/wp-content/themes/lz/fonts/geomanist-light-webfont.woff2")}*{margin:0;border:none;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;gap:2rem;padding:40px;justify-content:center;align-items:center;background-color:#020202;font-family:"Geomanist",Helvetica,sans-serif;width:100vw;height:100vh}#app{width:100%;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:2rem}#app .input-group{display:flex;flex-direction:column;width:100%;max-width:880px;gap:2rem;background-color:rgba(255,255,255,.1);padding:2rem;border-radius:2rem}#app .input-group input{width:100%;padding:10px 20px;border-radius:10px;background:#fff;color:#000;font-size:20px}#app .input-group button[type=submit]{width:100%;max-width:400px;line-height:2;font-size:20px;color:#fff;background-color:#0d53b5;border-radius:1rem}#linkwrapper{color:rgba(255,255,255,.33)}footer{position:absolute;bottom:1vh;width:100vw;display:flex;align-items:center;justify-content:space-between;padding:0 1vw;box-sizing:border-box}footer p,footer a{width:70%;font-size:13px;color:#fff;opacity:.3;text-decoration:none}footer #logo{width:-moz-fit-content;width:fit-content;opacity:1}