.outerBox {
  background: #2f3542;
}

body {
  font-family: 'IBM Plex 'Sans;
  color: #ffffff;
  background: #2f3542;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1, h2 {
  font-family: "Fugaz One";
}

.head.custom-control-label::before,
.head.custom-control-label::after,
.sub.custom-control-label::before,
.sub.custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  left: -2rem;
}

.sub {
  font-size: 20px;
  margin-left: 10px;
}

.checkbox-success .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25);
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #2ed573;
  border-color: #2ed573;
}

.buttons {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
}

.actions {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
}

.overflow {
  overflow: auto;
}

div.gameBox {
  height: 80vh;
  position: relative;
}

div.gameBox p {
  text-align: center;
  margin: 0;
  width: 100%;
}

div.gameBox p.symbolBox {
  -webkit-box-shadow: 0px 0px 30px #222;
          box-shadow: 0px 0px 30px #222;
  margin-top: 50px;
  color: #2f3542;
  font-size: 80px;
  font-weight: 900;
  background: #ffffff;
}

div.gameBox p.Pronounciation {
  margin-top: 40px;
  color: #a4b0be;
  font-size: 50px;
}

div.gameBox p.meaning {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
}

.timing {
  height: 20px;
  width: 0px;
}
/*# sourceMappingURL=main.css.map */