/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
/* 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;
}

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;
}

#main {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/5.jpeg");
}

@keyframes example {
  0% {
    color: orange;
    left: 0px;
    top: 0px;
  }
  25% {
    color: yellow;
    left: 200px;
    top: 0px;
  }
  50% {
    color: lightblue;
    left: 200px;
    top: 200px;
  }
  75% {
    color: lightgreen;
    left: 0px;
    top: 200px;
  }
  75% {
    color: green;
    left: 0px;
    top: 0px;
  }
}
.pause-button {
  background-image: url("../assets/2.jpg");
  background-size: cover;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 85%;
}

img {
  width: 100%;
  height: 100%;
}

#gameName {
  padding: 20px;
  text-align: center;
  color: yellow;
  animation-name: example;
  animation-name: example;
  animation-duration: 30s;
  font-size: 70px;
  font-family: "Kablammo", cursive;
  font-weight: 800;
  font-style: italic;
  cursor: pointer;
  text-shadow: 3px 3px red, -0.5em 0 0.4em orange;
}

.mute-button {
  background-image: url("../assets/mute.jpg");
  background-size: cover;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 95%;
}

.restart-button {
  background-image: url("../assets/6.png");
  background-size: cover;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 80%;
}

.side {
  position: absolute;
  top: 14%;
  left: 15%;
  background-image: url("../assets/5.jpeg");
  border: 15px solid #ABEED7;
  width: 70%;
  padding: 30px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  font-family: "Kablammo", cursive;
  color: white;
  animation-name: example;
  animation-name: example;
  animation-duration: 30s;
  font-weight: 800;
  text-align: center;
  font-size: 60px;
  text-shadow: 1px 1px 2px red, 0 0 1;
  animation-direction: reverse;
}

.time1 {
  margin: auto;
  padding: 10px;
  width: 13%;
  box-shadow: 3px 3px 3px 3px lightcoral, -1em 0 0.4em lightblue;
  border-radius: 5px;
  font-family: "Kablammo", cursive;
  font-style: italic;
  color: brown;
  font-size: large;
  font-size: 25px;
}

.play {
  background-image: url("../assets/play.png");
  background-size: cover;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 90%;
}

.github {
  font-size: 60px;
  position: absolute;
  color: white;
  top: 3%;
  left: 23%;
}

.linkedin {
  font-size: 60px;
  position: absolute;
  color: white;
  top: 3%;
  left: 15%;
}

.over {
  display: block;
  width: 50%;
  height: 77%;
  position: absolute;
  color: red;
  font-size: 50px;
  background-image: url("../assets/cry.png");
  text-align: center;
  background-position: center;
  background-size: cover;
  top: 25%;
  left: 25%;
  border-radius: 50px;
}

.win {
  color: lightgreen;
  width: 50%;
  height: 60%;
  position: absolute;
  font-size: 60px;
  background-image: url("../assets/nob.png");
  text-align: center;
  background-position: center;
  background-size: cover;
  top: 34%;
  left: 25%;
  border-radius: 50px;
}

.hidden {
  display: none;
}

#mapCanvas {
  box-shadow: 3px 3px 3px 3px lightcoral, -1em 0 0.4em lightblue;
  z-index: -1;
  border-radius: 25px;
  display: block;
  margin: auto;
}

.gameOver {
  width: 70%;
  height: 500px;
  background-color: beige;
  box-shadow: 3px 3px 3px 3px lightcoral, -1em 0 0.4em lightblue;
}
