@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";body,#lifeCounter{display:flex;align-items:center;gap:1px;margin-top:1px;margin-bottom:1px;margin-left:4px;padding:3px 8px;background-color:#2b313f;border:1px solid #000;border-radius:2px;font-family:"Press Start 2P",cursive;font-size:12px;font-weight:700;color:#f44;box-shadow:inset -1px -1px #0000004d,inset 1px 1px #ffffff1a;image-rendering:pixelated;width:fit-content}#lifeCounter img{width:20px;height:20px;image-rendering:pixelated}.counters-container{display:flex;align-items:center}#coinCounter{display:flex;align-items:center;gap:1px;margin-top:1px;margin-bottom:1px;padding:3px 8px;background-color:#2b313f;border:1px solid #000;border-radius:2px;font-family:"Press Start 2P",cursive;font-size:12px;font-weight:700;color:gold;box-shadow:inset -1px -1px #0000004d,inset 1px 1px #ffffff1a;image-rendering:pixelated;width:fit-content}#coinCounter img{width:20px;height:20px;image-rendering:pixelated}nav{display:flex;justify-content:center;align-items:center;gap:10px;padding:20px;position:relative}#instruction_text{font-family:"Press Start 2P",cursive;color:#97ff00;text-align:center}.docsButton{position:fixed;top:10px;right:10px;z-index:1000;padding:8px 12px;font-size:12px;cursor:pointer}.docs-iframe{display:none;width:100%;height:300px;border:2px solid #97FF00;border-radius:4px;background:#fff;margin-top:20px}.documentation-container{margin-bottom:20px}.start-button{border:4px solid black;padding:15px 30px;background:#97ff00;box-shadow:4px 4px #000;text-decoration:none;color:#000;transition:all .1s}html{margin:0;height:100%;background:#282c34}main{height:100%;display:flex;flex-direction:column}.container{flex-grow:1;max-height:100%;position:relative;overflow:auto}#editor{overflow:auto;text-align:left}.cm-editor{height:100%}#roll{height:300px}button.img_button{padding:0;border:none;background:none;width:50px;height:50px;image-rendering:pixelated}button.img_button img{width:100%;height:100%;object-fit:cover}button:active{opacity:.5;background-color:brown}
