:root{--highlighted-text: #ffed99;--light-blue: #C7EBFC;--light-green: #EAFCC5;--dark-green: #2A3D03;--pink: #FCC5EA;--black: #000000;--sudo-code-rectangle-width: 1em}html,body{font-family:myFont,Liberation Sans,sans-serif;min-height:100vh;padding:0;margin:0;border:0px;overflow:auto}.container{display:grid;grid-template-columns:1fr;grid-template-rows:1.8fr .2fr max-content max-content;grid-auto-rows:1fr;gap:0px 0px;grid-auto-flow:row;grid-template-areas:"main-svg" "controls";width:100%;height:100vh}.controls{grid-area:controls;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:stretch;align-content:stretch;margin:.5em;border:.5em solid black}.main-svg{grid-area:main-svg;width:100%;height:100%;z-index:1}.green-node{fill:#ebfcc7;stroke:var(--black)}.node{stroke:var(--black)}.node-key-text{dominant-baseline:middle;text-anchor:middle;stroke:none}
