@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
@import url("https://fonts.googleapis.com/css?family=Lobster");
@import url("https://fonts.googleapis.com/css?family=Concert+One");
.flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}

.error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-red);
  z-index: 80000;
  opacity: 0;
  pointer-events: none;
}

/* Main Menu */
#menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu .title {
  font-family: Lobster;
  font-size: 125px;
  color: #fa6900;
  text-shadow: 1px 1px #c83200, 2px 2px #c83200, 3px 3px #c83200, 4px 4px #c83200, 5px 5px #c83200;
  margin-bottom: 100px;
}

#play {
  position: absolute;
  top: 0;
  left: 320px;
  width: calc(100% - 330px);
  height: 100%;
}
#play .quote, #play .input, #play .width-test {
  font-family: Roboto Mono;
  font-size: 35px;
  line-height: 50px;
  color: #777;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 25%;
  -webkit-transition: width 1s;
  transition: width 1s;
}
#play .quote .word, #play .input .word, #play .width-test .word {
  overflow: hidden;
}
#play .width-test {
  opacity: 0;
  width: auto;
}
#play .input {
  position: relative;
  color: #ddd;
  z-index: 5;
}

#win {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 320px;
  width: calc(100% - 330px);
  height: 100%;
  padding: 100px 0px;
}
#win .title {
  font-family: Lobster;
  font-size: 100px;
  text-align: center;
  padding: 25px 0px;
  color: #fa6900;
  text-shadow: 1px 1px #c83200, 2px 2px #c83200, 3px 3px #c83200, 4px 4px #c83200, 5px 5px #c83200, 6px 6px #c83200;
  margin-bottom: 50px;
}
#win .stat-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#win .stat-container .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Concert One;
  color: #5acbd9;
  font-size: 45px;
  line-height: 50px;
  width: 80%;
  margin: auto;
  text-shadow: 1px 1px RGB(120, 124, 162), 2px 2px RGB(120, 124, 162), 3px 3px RGB(120, 124, 162);
}
#win .button-container {
  bottom: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
#win .button-container .button {
  font-size: 45px;
  line-height: 50px;
}

.button {
  position: relative;
  font-family: Concert One;
  font-size: 50px;
  color: white;
  background: #FA6900;
  padding: 5px 25px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px RGB(200, 50, 0);
          box-shadow: 0px 10px RGB(200, 50, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0px;
  display: inline;
}
.button:hover {
  cursor: pointer;
  top: 6px;
  -webkit-box-shadow: 0px 5px RGB(200, 50, 0);
          box-shadow: 0px 5px RGB(200, 50, 0);
}

@-webkit-keyframes titleAnim {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes titleAnim {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.title {
  -webkit-animation-name: titleAnim;
          animation-name: titleAnim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.135, 0.08, 1.35);
          animation-timing-function: cubic-bezier(0.22, 0.135, 0.08, 1.35);
}

[data-theme=website] .page-banner {
  padding-bottom: 150px;
  overflow: hidden;
}
[data-theme=website] .clockContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[data-theme=website] #menu, [data-theme=website] #win {
  top: 500px;
  left: 0px;
  width: 100%;
  right: 0px;
}
[data-theme=website] #play {
  top: 500px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}