.the_wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.the_wheel .kimquay {
  background: url("../img/kimquay.png") center top no-repeat;
  bottom: -24px;
  height: 65px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  background-size: contain;
}

.the_wheel p.noCanvasMsg {
  color: white;
}