body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.contact .faq-notice{margin:50px auto}.contact .socials{margin:40px 30px;display:inline-block;max-width:900px}.contact .socials .social{display:inline-block;margin:10px 15px;width:150px;height:150px;border:5px solid;border-radius:10%}.contact .socials .social a{width:100%;height:100%}.contact .socials .social svg{position:relative;top:25%;width:75px;height:75px;vertical-align:middle}.light .contact .socials .social svg{fill:#000;fill:var(--theme-light-primary,#000)}.dark .contact .socials .social svg{fill:#fff;fill:var(--theme-dark-primary,#fff)}.neon .contact .socials .social svg{fill:#fff;fill:var(--theme-neon-primary,#fff)}.fresh .contact .socials .social svg{fill:#05386b;fill:var(--theme-fresh-primary,#05386b)}.contact .socials .social svg circle,.contact .socials .social svg path{fill:theme(background-color,secondary)!important}.light .contact .socials .social:hover{background-color:#000;background-color:var(--theme-light-primary,#000)}.dark .contact .socials .social:hover{background-color:#fff;background-color:var(--theme-dark-primary,#fff)}.neon .contact .socials .social:hover{background-color:#fff;background-color:var(--theme-neon-primary,#fff)}.fresh .contact .socials .social:hover{background-color:#05386b;background-color:var(--theme-fresh-primary,#05386b)}.light .contact .socials .social:hover svg{fill:#f7f7f8;fill:var(--theme-light-background,#f7f7f8)}.dark .contact .socials .social:hover svg{fill:#121212;fill:var(--theme-dark-background,#121212)}.neon .contact .socials .social:hover svg{fill:#cb2d6f;fill:var(--theme-neon-background,#cb2d6f)}.fresh .contact .socials .social:hover svg{fill:#5cdb95;fill:var(--theme-fresh-background,#5cdb95)}.faq{margin:0 auto}.faq .qa-list{list-style:none;padding:0}.faq .qa-list .qa{margin:40px 0;text-align:left}.faq .qa-list .qa .q{font-size:26px;margin-bottom:20px;text-align:left}.faq .qa-list .qa .a{font-size:16px;text-align:left}.faq a{color:red}.game{position:relative;margin:30px 0;border:5px solid;padding:0 auto;text-align:center;max-width:900px;background-color:#121212}.light .game{border-color:#000;border-color:var(--theme-light-onBackground,#000)}.dark .game{border-color:#fff;border-color:var(--theme-dark-onBackground,#fff)}.neon .game{border-color:#fff;border-color:var(--theme-neon-onBackground,#fff)}.fresh .game{border-color:#edf5e1;border-color:var(--theme-fresh-onBackground,#edf5e1)}.game a{display:inline-block}.game .caption{visibility:hidden;position:absolute;bottom:0;text-align:left;margin-left:20px;margin-bottom:20px;left:0}.game .caption hr{margin-left:0}.game .caption h4{margin:5px 0}.game img{display:inline-block;vertical-align:bottom;width:100%}.game:hover .caption{visibility:visible;z-index:11111}.game:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.games{width:90%;padding:0;margin:0 auto}@media screen and (max-width:400px){.games{width:90%}}.landing .landing-about-info{margin:0;position:absolute;top:40%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.landing .landing-about-info h1{font-size:60px}.nav-bar{width:100%;padding:10px 0}.nav-bar a{text-decoration:none}.nav-bar .nav-bar-content{display:relative;margin:0 auto;justify-content:space-between;width:50%}.nav-bar .nav-bar-brand{display:flex;justify-content:right;align-content:right;flex-direction:column}.nav-bar .nav-bar-brand img{width:32px}.nav-bar ul{padding:0;display:inline-block;list-style:none}.nav-bar ul li{display:inline-block;min-width:100px}.nav-bar ul li .link{font-size:24px;font-weight:700}.light .nav-bar ul li .link:hover{color:#000;color:var(--theme-light-secondary,#000)}.dark .nav-bar ul li .link:hover{color:#a8d0e6;color:var(--theme-dark-secondary,#a8d0e6)}.neon .nav-bar ul li .link:hover{color:#8ee4af;color:var(--theme-neon-secondary,#8ee4af)}.fresh .nav-bar ul li .link:hover{color:#edf5e1;color:var(--theme-fresh-secondary,#edf5e1)}@media screen and (max-width:700px){.nav-bar .nav-bar-brand{display:none}.nav-bar .nav-bar-content{display:inline-block}}.theme-picker{position:fixed;right:10px;bottom:10px;color:#fff}.theme-picker .theme-button{display:inline-block;border:2px solid #fff;border-radius:50%;width:1.5em;height:1.5em;max-width:30px;max-height:30px;margin:0 5px}@media screen and (max-width:800px){.theme-picker{display:none}}@font-face{font-family:octet;src:url(/static/media/octet.7968b1b4.otf)}html{--theme-light-primary:#000;--theme-dark-primary:#fff;--theme-neon-primary:#fff;--theme-fresh-primary:#05386b;--theme-light-secondary:#000;--theme-dark-secondary:#a8d0e6;--theme-neon-secondary:#8ee4af;--theme-fresh-secondary:#edf5e1;--theme-light-background:#f7f7f8;--theme-dark-background:#121212;--theme-neon-background:#cb2d6f;--theme-fresh-background:#5cdb95;--theme-light-onBackground:#000;--theme-dark-onBackground:#fff;--theme-neon-onBackground:#fff;--theme-fresh-onBackground:#edf5e1;height:100%}h1{font-size:84px;margin:0}h2{font-size:32px}h3{font-size:24px}hr{width:50%;border:0;border-top:1px solid}.light hr{border-color:#000;border-color:var(--theme-light-onBackground,#000)}.dark hr{border-color:#fff;border-color:var(--theme-dark-onBackground,#fff)}.neon hr{border-color:#fff;border-color:var(--theme-neon-onBackground,#fff)}.fresh hr{border-color:#edf5e1;border-color:var(--theme-fresh-onBackground,#edf5e1)}.light h1 h2 h3 h4 h5{color:#000;color:var(--theme-light-onBackground,#000)}.dark h1 h2 h3 h4 h5{color:#fff;color:var(--theme-dark-onBackground,#fff)}.neon h1 h2 h3 h4 h5{color:#fff;color:var(--theme-neon-onBackground,#fff)}.fresh h1 h2 h3 h4 h5{color:#edf5e1;color:var(--theme-fresh-onBackground,#edf5e1)}.light a{color:#000;color:var(--theme-light-primary,#000)}.dark a{color:#fff;color:var(--theme-dark-primary,#fff)}.neon a{color:#fff;color:var(--theme-neon-primary,#fff)}.fresh a{color:#05386b;color:var(--theme-fresh-primary,#05386b)}div{text-align:center}body{font-family:octet;font-size:20px;line-height:1.42857143;border:0;letter-spacing:.05em;min-width:400px}.light body{color:#000;color:var(--theme-light-onBackground,#000)}.dark body{color:#fff;color:var(--theme-dark-onBackground,#fff)}.neon body{color:#fff;color:var(--theme-neon-onBackground,#fff)}.fresh body{color:#edf5e1;color:var(--theme-fresh-onBackground,#edf5e1)}.App{display:flex;flex-direction:column;min-height:100vh}.light .App{background-color:#f7f7f8;background-color:var(--theme-light-background,#f7f7f8)}.dark .App{background-color:#121212;background-color:var(--theme-dark-background,#121212)}.neon .App{background-color:#cb2d6f;background-color:var(--theme-neon-background,#cb2d6f)}.fresh .App{background-color:#5cdb95;background-color:var(--theme-fresh-background,#5cdb95)}.App .content{margin:30px auto;text-align:center}@media screen and (max-width:600px){h1{font-size:64px}.App .content{width:100%}}
/*# sourceMappingURL=main.caae7cb2.chunk.css.map */