#splash {
  height: fit-content;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -40%;
  text-align: center;
}
#splash #game-title {
  font-size: 4.5rem;
  width: min-content;
}
#splash #play-game-button {
  background: rgb(128, 0, 85);
  border-radius: 20%;
  width: min-content;
  color: pink;
  margin: auto;
  font-size: 2rem;
  padding: 0% 8% 5%;
  position: absolute;
  bottom: -30%;
  left: 50%;
  translate: -50% 0%;
}
#splash #play-game-button:hover {
  background: rgb(100, 0, 67);
  color: rgb(255, 210, 210);
}
#splash #play-game-button:active {
  position: absolute;
  bottom: -31%;
  translate: -50% 0%;
}
#splash #how-to-play-button {
  background: rgb(128, 0, 85);
  border-radius: 20%;
  width: 60%;
  color: pink;
  margin: auto;
  padding: 0% 8% 5%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  translate: -50% 0%;
}
#splash #how-to-play-button:hover {
  background: rgb(100, 0, 67);
  color: rgb(255, 210, 210);
}
#splash #how-to-play-button:active {
  position: absolute;
  bottom: -11%;
  translate: -50% 0%;
}

#how-to-container {
  height: fit-content;
  width: fit-content;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
#how-to-container #how-to-title {
  font-size: 4.5rem;
  width: 100%;
}
#how-to-container .how-to-style {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}
#how-to-container p.how-to-style {
  font-size: 0.9em;
}
#how-to-container #main-menu-button {
  background-color: rgb(128, 0, 85);
  border-radius: 20%;
  width: 90%;
  color: pink;
  margin: auto;
  font-size: 2rem;
  padding: 0% 8% 5%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  translate: -50% 0%;
}
#how-to-container #main-menu-button:hover {
  background: rgb(100, 0, 67);
  color: rgb(255, 210, 210);
}
#how-to-container #main-menu-button:active {
  position: absolute;
  bottom: -11%;
  translate: -50% 0%;
}

#game-over-container {
  height: fit-content;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
#game-over-container #game-over-title {
  font-size: 4.5rem;
}
#game-over-container #play-again-button {
  background: rgb(128, 0, 85);
  border-radius: 20%;
  width: 60%;
  color: pink;
  margin: auto;
  font-size: 2rem;
  padding: 0% 8% 5%;
  position: absolute;
  bottom: -20%;
  left: 50%;
  translate: -50% 0%;
}
#game-over-container #play-again-button:hover {
  background: rgb(100, 0, 67);
  color: rgb(255, 210, 210);
}
#game-over-container #play-again-button:active {
  position: absolute;
  bottom: -21%;
  translate: -50% 0%;
}

#game-container {
  background-size: 100% 100%;
  margin: auto;
  position: relative;
  box-shadow: 0.125rem 0.625rem 0.625rem grey;
}
#game-container #header {
  height: 2.5rem;
  position: fixed;
}
#game-container .gameHeaderStyle {
  text-shadow: 0.125rem 0.125rem 0.0625rem pink;
  color: rgb(128, 0, 85);
}
#game-container #game-paused {
  position: fixed;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
}
#game-container .gameHeaderHeader {
  color: red;
}
#game-container .gameHeaderSubHeader {
  color: rgb(128, 0, 85);
}

body {
  margin: 0;
  padding: 0;
  height: 0;
  background: rgb(234, 255, 255);
  user-select: none;
}

.comicSans30bold {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 1rem;
  font-weight: bold;
}

h2.comicSans30bold {
  font-size: 2rem;
}

h3.comicSans30bold {
  color: rgb(100, 0, 67);
  margin-top: 12%;
}

#window-size-warning {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

/*# sourceMappingURL=style.css.map */
