@font-face {
  font-family: 'The Bomb Sound'; /* Choose a descriptive name for your font */
  src: url('../fonts/The Bomb Sound.otf') format('opentype'); /* Specify the path and format */
  /*font-weight: normal;*/
  /*font-style: normal;*/
}

@font-face {
  font-family: 'The Bomb Sound Italic'; /* Choose a descriptive name for your font */
  src: url('../fonts/The Bomb Sound Italic.otf') format('opentype'); /* Specify the path and format */
  /*font-weight: normal;*/
  /*font-style: normal;*/
}

#quiz-select{
  position: absolute;
  /*background: rgba(200,20,20,0.5);*/
  height: 457px;
  width: 407px;
  top: 658px;
  left: 76px;
  cursor: pointer;
}
#pipe-select{
  position: absolute;
  /*background: rgba(0,0,0,0.5);*/
  height: 457px;
  width: 407px;
  top: 658px;
  left: 570px;
  cursor: pointer;
}

