body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.gridclass{background-color:#7fffd4}.start_position{background-color:red}.Running{-webkit-animation:Running_animation 2s forwards;animation:Running_animation 2s forwards;background-color:orange}.target{background-color:green}.wall{background-color:#000}.path{-webkit-animation:path_animation 2s forwards;animation:path_animation 2s forwards;background-color:blue}.exposed_target{background-color:#ff0}@-webkit-keyframes path_animation{0%{background-color:aqua;border-radius:100%;-webkit-transform:scale(.3);transform:scale(.3)}25%{background-color:#7fffd4}50%{background-color:#40e0d0}to{background-color:blue}}@keyframes path_animation{0%{background-color:aqua;border-radius:100%;-webkit-transform:scale(.3);transform:scale(.3)}25%{background-color:#7fffd4}50%{background-color:#40e0d0}to{background-color:blue}}@-webkit-keyframes Running_animation{0%{background-color:#7bff00;border-radius:100%;-webkit-transform:scale(.3);transform:scale(.3)}25%{background-color:#77b415}50%{background-color:#aebe1c}to{background-color:orange}}@keyframes Running_animation{0%{background-color:#7bff00;border-radius:100%;-webkit-transform:scale(.3);transform:scale(.3)}25%{background-color:#77b415}50%{background-color:#aebe1c}to{background-color:orange}}
/*# sourceMappingURL=main.6df3d47c.css.map*/