/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
#help-info, #credits-info {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  background-color: black;
  opacity: 90%;
  width: 998px;
  left: -818px;
  top: -49px;
  height: 547px;
  border: 1px solid;
  border-color: #8088aa;
  box-shadow: 5px 10px #8088aa;
}

#help-info p, #credits-info ul li {
  display: flex;
  justify-content: ce;
  padding: 13px;
}

#exit-help, #exit-credits {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

#exit-help {
  top: 0px;
  left: 0px;
}

button {
  display: inline-block;
  font-family: "Press Start 2P", cursive;
  height: 46px;
  color: white;
  background-color: #26396e;
  padding: 10px;
  border-radius: 12px;
  table-layout: fixed;
}

.care button {
  width: 220px;
}

.menu button, .ext-links button {
  width: 129px;
}

.menu button:hover, .ext-links button:hover, .care button:hover {
  background-color: #5a6797;
  color: white;
  cursor: pointer;
}

#dialogue-container {
  font-family: "Press Start 2P", cursive;
  display: flex;
  position: absolute;
  z-index: 2;
  margin-top: 425px;
  min-height: 125px;
  width: 100%;
  align-items: center;
  color: white;
  background-color: #273874;
}

#dialogue-container p {
  cursor: pointer;
  margin: 10px;
  width: 100%;
  text-align: center;
}

#ghost {
  position: absolute;
  inset: 38% 0px 0px 50%;
  z-index: 4;
  -webkit-animation-duration: 6s;
  -webkit-animation-name: linear, bounce;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-duration: 6s;
  animation-name: linear, bounce;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#angry-ghost {
  position: absolute;
  z-index: 6;
  top: -476px;
  left: -410px;
}

#poop {
  position: absolute;
  z-index: 3;
  top: 289px;
  left: 581px;
}

@-webkit-keyframes linear {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 20%;
  }
}
@keyframes linear {
  0% {
    margin-left: -20%;
  }
  5% {
    margin-left: -20%;
  }
  100% {
    margin-left: 20%;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  70% {
    -webkit-transform: translateY(-50px);
    transform: -50px;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  70% {
    -webkit-transform: translateY(-50px);
    transform: -50px;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
h1 {
  font-size: 12px;
}

#game-container {
  width: 1000px;
  height: 567px;
  position: absolute;
  inset: 50% 0px 0px 50%;
  margin-left: -502px;
  margin-top: -297px;
}

.game-title {
  display: flex;
  position: relative;
  justify-content: center;
  top: -23px;
  font-size: 40px;
}

.night-sky {
  width: 100%;
  margin: 0px auto;
  z-index: 1;
  height: 549px;
}

.care, .menu, .ext-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: space-around;
  height: 33%;
  z-index: 3;
  align-items: center;
}

.menu {
  left: 815px;
  z-index: 5;
  top: 88px;
}

.care {
  left: 55px;
  top: 76px;
  height: 64%;
}

.ext-links {
  left: 817px;
  height: 21%;
  top: 315px;
}

/* 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%;
  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;
}

h1, h2 {
  font-family: "Press Start 2P", cursive;
}

body {
  font-family: "Lexend", sans-serif;
  color: white;
  background-color: black;
  padding: 1px;
}

summary, ul {
  list-style: none;
}
