html,body{box-sizing:border-box;padding:0;margin:0}body{height:100vh;width:100vw}#grid{background-color:#fff;height:100%;width:100%}.cell{border:1px solid #ebebeb}.cell.alive{background-color:#424242;border-color:#424242}#controls{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px;background-color:#eee;opacity:.85;gap:20px}button#start-stop{background-color:#fff;border:1px solid #424242;border-radius:50%;height:30px;width:30px;padding:0;display:flex;justify-content:center;align-items:center}button#start-stop>svg.hidden{display:none}
