body {
  text-align: center;
  font-family: sans-serif;
  background: #2f2f2f;
  color: #eeeeee;
  font-family: 'DotGothic16', sans-serif;
}

h1 {
  text-align: center;
  font-family: sans-serif;
  color: #e4d265;
  font-family: 'DotGothic16', sans-serif;
}



canvas {
  border: 3px solid #e4d265;
  background: #000;
}

#controls {
  margin-top: 15px;
}

#beat-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #e4d265;
  border-radius: 50%;
  transition: transform 0.1s;
  vertical-align: middle;
  margin-left: 10px;
}

#beat-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'DotGothic16', sans-serif;
  font-size: 24px;
  color: white;
}

#bpm-text {
  margin-left: 10px;
}

#ruleScreen {
  text-align: center;
  margin-top: 50px;
  display: block;
}

li {
  margin-left: 30%;
  margin-right: 30%;
}

#gameScreen {
  text-align: center;
  display: none;
}

