.btn-show-training-wheels {
  background-color: #FFFFFF22;
  border: 1px solid #FFFFFF44;
  border-radius: 50%; /* Makes the button round */
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0.3;
  right:0;
  top:-6px;
}

.question-mark {
  font-size: 20px; /* Adjust size as needed */
  font-weight: bold;
}

.btn-show-training-wheels:hover{
  opacity: 1;
}
