#Tubelight {
	font-family: Poppins, sans-serif;
	position: relative;
	margin: 24px 0;
	width: 100%;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: 7px;
	color: #0e3742;
	line-height: 0.75;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-reflect: below 1px linear-gradient(transparent, #0004);
	outline: none;
	animation: tubelight 5s linear infinite;
}
@keyframes tubelight {
	0%, 18%, 20%, 50.1%, 60%, 65.1%, 80%, 90.1%, 92% {
		color: #0e3742;
		text-shadow: none;
	}
	18.1%, 20.1%, 30%, 50%, 60.1%, 65%, 80.1%, 90%, 92.1%, 100% {
		color: #fff;
		text-shadow: 0 0 10px #03bcf4,
		0 0 20px #03bcf4,
		0 0 40px #03bcf4,
		0 0 80px #03bcf4,
		0 0 160px #03bcf4;
	}
}
