h1 {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 8px #000000;
  font-size: 30pt;
}

.spinner-container {
  position: relative;
  width: 30vw;
  height: 30vw;
}

.start-game-button {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.option-row-container {
  display: flex;
  margin: 15px;
}

.game-event-option {
  background-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin: 10px;
  transition: scale 0.2s, background-color 0.1s;
}

.game-event-option:hover {
  cursor: pointer;
  scale: 1.1;
}

.reset-color-button:hover {
  cursor: pointer;
}

.top-left-hud-top-line {
  font-size: 18pt;
  margin: 0px;
}

.top-left-hud-middle-line {
  font-size: 24pt;
  margin: 0px;
}

.top-left-hud-bottom-line {
  font-size: 18pt;
  margin: 0px;
}

.search-bar-row {
  display: flex;
  margin-top: 20px;
}

.number-to-fetch-selection {
  width: 4em;
}

.green {
  background-color: green;
}

.top-right-hud {
  width: 5vh;
  height: 5vh;
}

.ver-text {
  font-size: 12pt;
}

.slideshow-speed-container{
  display: flex;
}

.vs-subtext {
  font-size: 10pt;
}