/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: sans-serif;
  background: #6DD3CE;


}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.node {
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}


li {
  list-style: none;
  box-sizing: border-box;
}

.path {
  background: #6DD3CE;
}

.wall {
  background: #351E29;
}

.grid-ul {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin: 20px auto;
  box-sizing: border-box;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);

}

.start {
  background: #F7A278;
}

.finish {
  background: #F7A278;
}

.checking {
  background: #C8E9A0;
  transition: background 1s;
}

.child {
  background: #6DD3CE;
}

.shortest {
  background: #A13D63;
}

.button {
  background: #F7A278;
  width: 190px;
  font-family: 'Press Start 2P', cursive;
  margin: 20px;
	color: #351E29;
  padding: 10px 0px;
  font-size: 14px;

}

h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 38px;
  color: #A13D63;
  font-weight: 600;
  font-family: 'Bungee Shade'
}

.button-div {
  margin: 40px auto;
  text-align: center;
}

.modal-title {
  font-size: 36px;
  text-align: center;
padding: 20px;
font-family: 'Bungee Shade';
color: black;
}

.modal-button {
  background: #68efad;
  width: 80px;
  margin: 20px auto;
  font-size: 16px;
}

.footer {
  display: flex;
justify-content: space-between;
width: 700px;
bottom: 0;
border-top: 1px solid;

}

.footer div {
  padding: 20px;
  font-family: 'Bungee Shade';
  color: #A13D63;
}

.main {
  padding-top: 40px;
  width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  max-height: 720px;
  height: 96vh;
  background: #eee;
  min-height: 750px;
}

.github-icon {
  color: #A13D63; 
  font-size: 24px;
}

h2 {

}
