*{box-sizing:border-box}body{background-color:#181c1f;font-family:sans-serif}.maze-grid{align-items:center;display:flex;flex-direction:column;justify-content:center}.button-row{display:flex;flex-direction:row}.maze-button{background-color:#3232ef;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin:10px;padding:10px 20px}.maze{align-items:center;flex-direction:column;justify-content:center}.maze,.row{display:flex}.row{flex-direction:row}.cell{border:1px solid #fff;height:40px;width:40px}.cell.wall{background-color:#000}.cell.path{background-color:#d5d5d5}.cell.start{background-color:green}.cell.end{background-color:red}.cell.visited{background-color:#94a6fa}.cell.testing{background-color:#c3c3c3}.cell.changing{background-color:#bebebe}
/*# sourceMappingURL=main.9aaf8aaf.css.map*/