@font-face {
  font-family: Changa One;
  src: url("ChangaOne-Regular.5a7834c1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #eee;
  margin: 0;
  font-family: sans-serif;
}

canvas {
  background-color: #f5f2d0;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
}

.container {
  min-width: 440px;
  min-height: 600px;
  position: relative;
}

#current-scale {
  color: orange;
  font-weight: bold;
}

#data-display {
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
  display: flex;
}

div {
  width: 400px;
  background-color: #fff;
  border-radius: 5px;
  margin: 30px auto 0;
  padding: 20px;
}

.enharmonic-wrapper {
  margin: 0;
}

.game-header-wrap {
  background-color: #0000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

#game-heading {
  text-align: center;
  max-width: 400px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  color: #0000;
  background-image: linear-gradient(60deg, #3c3a88, #00f);
  margin: 0;
  font-family: Changa One, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

input[type="radio"] {
  margin-right: 5px;
}

label {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.mode-select, .tonic-select {
  width: 140px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 900;
}

.mode-wrapper, .tonic-wrapper {
  max-width: 375dppx;
  justify-content: center;
  gap: 20px;
  padding: 0;
  display: flex;
}

.enharmonic-selector-buttons, .speed-selector-buttons {
  justify-content: center;
  margin: 0;
  padding-top: 10px;
  font-weight: 400;
  display: flex;
}

.enharmonic-selector-buttons input, .speed-selector-buttons input {
  margin-right: 20px;
}

.enharmonic-selector-buttons label, .speed-selector-buttons label {
  font-size: 1.3rem;
  font-weight: 400;
}

.enharmonic-selector, .speed-selector {
  font-size: 1.4rem;
}

.enharmonic-wrapper, .speed-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  display: flex;
}

.speed-wrapper {
  margin-top: 80px;
}

.options-display {
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.options-display.hidden {
  display: none;
}

p {
  margin: 5px 0;
}

.play-again-btn:hover {
  cursor: pointer;
}

#score {
  font-size: 28px;
}

.scale-score-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.selected-scale {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 900;
}

.play-again-btn, .start-game-btn {
  color: #fff;
  min-width: 120px;
  width: 160px;
  background-color: #3c3a88;
  border: 4px solid #e3d865;
  border-radius: 8px;
  margin-top: 40px;
  padding: .75em 1.5em;
  font-size: 1.1rem;
  transition: all .1s ease-in;
}

.play-again-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.start-game-btn:hover {
  cursor: pointer;
}

#tonic-note {
  color: tan;
  font-weight: bold;
}

.score-icon {
  width: 24px;
}

#scale-notes {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

@media (width >= 960px) {
  .container {
    width: 75%;
    max-width: 1200px;
    position: relative;
  }

  .options-display {
    width: 100%;
  }

  .scale-score-wrapper {
    width: 440px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
  }
}

/*# sourceMappingURL=index.2cdaf7bc.css.map */
