:root{--gb-green: #2d5d3d;--gb-white: #f4f4f4}body,html{margin:0;padding:0;height:100%;overflow:hidden;background-color:var(--gb-white);color:var(--gb-green);font-family:sans-serif}#game-container{display:flex;height:50vh;width:100vw;border-bottom:4px solid var(--gb-green)}#pixi-content{flex:1;background:#9bbc0f;justify-content:center;align-items:center}#description-side{flex:1;padding:20px;background:var(--gb-white);border-left:2px solid var(--gb-green)}#description-bottom{height:50vh;padding:20px;background:var(--gb-white)}a:hover{background:var(--gb-green);color:var(--gb-white)}canvas{max-width:100%;max-height:100%;image-rendering:pixelated;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}
