.txtShadow{
	transform: scale(1.1);
	/*box-shadow: 0 0 15px #ffee10;*/
	color: #ffee10;
	/*box-shadow: 0 0 5px #ffee10;*/
	text-shadow: 0 0 5px #ffee10;
}
.btnCourse:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
}

.btnCourse:hover {
  color: black;
  box-shadow: 0 0 5px #ffee10;
  text-shadow: 0 0 5px #ffee10;
}