span#neon-tubing {
  font-family: 'Neonderthaw', cursive;
/*  color: rgba(255,200,200,0.8); */
  color: #FF1493; /* FLOURESCENT PINK - WAS #FF69B4 (HOT PINK) - WAS RED */
  font-style: italic;
  font-size: 72pt;
}

@keyframes neonspark {
  0% { text-shadow: none; }
  30% { text-shadow: 0 0 30px rgba(255,0,84,0.6); }
  60% { text-shadow: 0 0 30px rgba(255,0,84,0.6), 0 0 60px rgba(255,0,84,0.4); }
  80% { text-shadow: none; }
  100% { text-shadow: 0 0 30px rgba(255,0,84,0.6),
  0 0 60px rgba(255,0,84,0.4),
  0 0 100px rgba(255,0,84,0.2),
  0 0 90px rgba(255,0,84,0.1); }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


span#neon-tubing { animation: neonspark 1s 3s forwards; }
span#neon-tubing span { animation: neonspark 4s 3s infinite; }

#construct{
	display: flex;
	align-items: center;
	font-family: 'Fascinate Inline', cursive;
	font-size: 48pt;
	color: pink;
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: cyan;
}

body{
	font-family: 'Federo', sans-serif;
	font-size: 18pt;
	width: 800px;
	background: linear-gradient(-45deg, deeppink, hotpink, pink, lightpink);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
	color: pink;
}

strong{
	color: pink;
	font-weight: 800;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Limelight', sans-serif;
	font-weight: normal;
	color: pink;
}

hr.eyes{
	border: 0;
	height: 22px;
	width: 50%;
	color: hotpink;
	background-image: url(../images/ARFeyes.png);
	margin-top: 2em;
	margin-bottom: -2em;
}

a{
	color: cyan;
}

#ques{
	font-family: 'Limelight', sans-serif;
	color: pink;
	font-size: 1.3em;
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: cyan;
  text-align: top;
}

#ans{
	font-family: 'Limelight', sans-serif;
	color: pink;
	font-size: 1.3em;
	font-weight: thin;
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: cyan;
  text-align: top;

}

#ans-txt{
	/* font-size: .8em; */
	color: #F5B7C2;
}

#star{
	font-family: 'Material Symbols Solid';
	color: red;
}
