@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400&display=swap");html{height:100%;width:100%}body{font-family:sans-serif;margin:0;display:flex;flex-direction:column;min-height:100vh}main{display:block}.wrapper{max-width:800px;margin-right:auto;margin-left:auto;padding-right:30px;padding-left:30px;box-sizing:border-box}.wrapper:after{content:"";display:table;clear:both}.page-content{flex:1 1}.page-content,.site-footer{padding:30px 0}img{max-width:100%;vertical-align:middle}:root{--color-primary-light:#7EFFB2;--color-background:#141414;--color-off-black:#404040}body{background:var(--color-background);color:white}a{text-decoration:none}a,a:visited{color:var(--color-primary-light)}a:hover{text-decoration:underline}a.primary,button.primary{color:black;padding:.7em;font-size:1.2em;font-weight:700;border-radius:8px;width:100%;background:var(--color-primary-light);display:block;margin:1em 0;box-sizing:border-box;text-align:center}img{border-radius:4px}.caption{font-size:.9em;opacity:.8}hr{margin:1em 0}.game-page div.back-button,h2,header .site-title{font-family:Teko,sans-serif;text-transform:uppercase}header .site-title{font-size:34px;letter-spacing:2px;padding-top:6px}header.site-header{background:var(--color-off-black);color:white;border:none}header .site-title,header .site-title:visited{color:white;width:100%;text-align:center;display:block}footer.site-footer{background:var(--color-off-black);color:white;border:none}footer.site-footer .wrapper{width:100%;text-align:center;font-size:.9em}footer.site-footer span.material-symbols-outlined{font-size:1.4em;position:relative;top:5px}.game-page div.back-button{margin-bottom:1em}.game-page .sections{display:flex;gap:2%}.game-page .section.information{width:32%}.game-page .section.information h2:first-child{margin-top:0}.game-page .section.information h2{margin-top:1.1em;margin-bottom:.4em}.game-page .indented-portion{margin-left:1.8em;position:relative}.game-page .indented-portion>p{position:relative}.game-page .indented-portion span.material-symbols-outlined{left:-1.3em;top:-.2em;position:absolute}.game-page .indented-portion span.icon-wrapper{left:-1.3em;position:absolute}.game-page .language-data{margin-bottom:2em}.game-page .language-data li{line-height:1.2em;margin-bottom:.8em}.game-page .store-links{margin-bottom:2em}.game-page .section.cover{width:65%}.game-page .section{display:inline-block}@media only screen and (max-width:800px){.game-page .section,.game-page .sections{display:block}.game-page .section.cover,.game-page .section.information{width:100%}}.home .games{display:flex;flex-wrap:wrap}.home .games .game{flex-basis:31%;flex-grow:0;padding:1%}.home h2{padding:0 2%}.home .games .game h2,.home .games .game h3{line-height:1.1em;margin:.2em 0}.home .games .game a{color:white}.home .games .game a:hover{text-decoration:none;color:var(--color-primary-light)}.home .games .game a img{border:4px solid var(--color-background);border-radius:8px}.home .games .game a:hover img{border:4px solid var(--color-primary-light)}