html,body{background:#f0f0f0;margin:0;padding:0}*{box-sizing:border-box}.App{display:flex;background:#f0f0f0;flex-direction:column;gap:20px;padding:1em}.App>.controls{display:flex;flex-direction:row;gap:10px}.App>.controls>.label{font-weight:700}.Level{display:flex;flex-direction:column;gap:20px}.section{display:flex;border:1px solid #000;flex-direction:column;gap:10px;padding:10px}.section .title{font-weight:700}.Win,.Lose{color:#fff;font-size:2em}.Win{background-color:green}.Lose{background-color:red}.ProtoEntity{display:flex;flex-direction:row;align-items: center;gap:10px}.Entity{display:flex;overflow:auto;color:#fff;transition-property:left top transform;flex-direction:column;justify-content:center;align-items: center;transition-timing-function:linear;font-weight:700}.World-container{overflow:auto;background-color:#d3d3d3;border:1px solid #000;width:100%;height:1000px;padding:50px}.World{position:relative;overflow:visible}.World .Entity{position:absolute}.Entity.CircleRunner{background-color:green;border-radius:50%}.Entity.LineRunner{background-color:Green}.Entity.LineStomper{background-color:Red}.Entity.Rock{background-color:#2f4f4f}
