$avatar-size: 32px;
$body-background: #333641;

@font-face {
	font-family: "ubuntu";
	font-style: italic;
	font-weight: 300;
	src: local("Lato Light Italic"), local("Lato-LightItalic"),
		url(https://fonts.gstatic.com/s/ubuntucondensed/v8/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Dfqw.woff2)
			format("woff2");
}


a {
	text-decoration: none;
	color: #9ca0b1;
}

.wrapper {
	text-align: center;
	
		color: #fff;
		font-size: 25px;
		
		text-transform: uppercase;
		font-weight: 700;
		
		background: linear-gradient(to right,  #fff 50%,#FF69B4 60%);
		background-size: auto auto;
		background-clip: border-box;
		background-size: 200% auto;
		color: #fff;
		background-clip: text;
		text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: textclip 1.5s linear infinite;
		display: inline-block;
	
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}
