body{background-color:#deb887}.maze-grid{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.maze{display:flex;flex-direction:column;align-items:center;justify-content:center}.btns{display:flex;margin-bottom:1.25rem}.maze-btn{background-color:#0091ff;margin:.625rem;cursor:pointer;color:#f5f5f5;font-size:1rem;border:none;border-radius:5px;padding:.625rem 1.25rem}.row{display:flex}.cell{background-color:#f5f5f5;width:2.5rem;height:2.5rem;border:1px solid whitesmoke}.cell.wall{background-color:#000}.cell.visited{background-color:#489bdb}.cell.path{background-color:#f5f5f5}.cell.start{background-color:green}.cell.end{background-color:red}@media screen and (max-width: 768px){.cell{width:2rem;height:2rem}}@media screen and (max-width: 480px){.cell{width:1.5rem;height:1.5rem}.btns{display:flex;flex-direction:column;margin-bottom:.5rem}.maze-btn{margin:.25rem;padding:.5rem 1rem}}@media screen and (min-width: 1024px){.cell{width:3rem;height:3rem}.btns{display:flex;margin-bottom:1.5rem}.maze-btn{margin:.75rem;padding:.75rem 1.5rem}}
