body {
	margin: 0%;
	padding: 0%;
	background: black;
	/*background: linear-gradient (90deg, rgba(243,72,104,1) 20.25%, rgba(242,71,104,1) 20.25%, rgba(158,0,236,1) 80.25%);*/
	}
.wrapper-1 {	
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: black;
	/*background-color: rgba(243,72,104,1);
	
	background: linear-gradient (90deg, rgba(243,72,104,1) 20.25%, rgba(242,71,104,1) 20.25%, rgba(158,0,236,1) 80.25%);
	background-color: #4158D0;*/

}
.text {
	color: #ffffff;
	/*background: linear-gradient (90deg,rgba(243,72,104,1) 20.25% ,rgba(242,71,104,1) 20.25%,rgba(158,0,236,1) 80.25%);
	background: linear-gradient (90deg, rgba(243,72,104,1) 20.25%, rgba(242,71,104,1) 20.25%, rgba(158,0,236,1) 80.25%);*/
	/*background-size: 100%;
	 * background: black;*/
	background: #000000;
	
	
	padding: 30px;
	font-size: 200px;
	font-weight: bold;
	font-family: "Skylar", cursive;
	text-transform: capitalize;
		
}
.text::before {
	content: "Music Time";
	
	position: absolute;
	mix-blend-mode: difference;
	filter: blur(3px);	
	
}
.wrapper {
	display: inline-flex;
	filter: brightness(200%);
	overflow: hidden;
	
}
.gradient {
	/*background: linear-gradient (90deg, rgba(243,72,104,1) 20.25%, rgba(242,71,104,1) 20.25%, rgba(158,0,236,1) 80.25%);*/
	background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: soft-light;
	background-clip: text;
	color: transparent;
}
.dodge {	
	/*background: radial-gradient (circle,white,black 45%) center / 15% 15%;*/
	background: radial-gradient(circle, #ffffff,  #000000 45%) center / 15% 15%;
	position: absolute;
	top: -100%;
	left: -100%;
	right: 0%;
	bottom: 0%;
	mix-blend-mode: color-dodge;
	animation: light 3s linear infinite;	
}

@keyframes light {
	from {
		top: 10%;
	left: 10%;
	}
	to {
		top: 10%;
	left: 90%
		
		
	}
	/*transform: translate (10%,90%);*/
}

/*background-color: #4158D0;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);*/

