*{
	/*margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;*/
}
body{
 /*background-image: linear-gradient(135deg
                ,#00B7D4, #505488, #2F3F80, #161569,
				#5A4894, #A950A1, #FF7CAE);
				animation: fanimado 10s infinite;*/
				

/*background-image: linear-gradient(red 40%, yellow 30%, blue 65%);*/
 /*background: linear-gradient(45deg, red, blue, yellow );*/
 /*background: linear-gradient(#ffff00, #0000ff, #ff0000);*/
  background: linear-gradient(yellow 30%, blue , red );
                		
}

.andrea{
	margin-top: 100px;
	
}

.texto{
	color: white;
	text-align: center;
	margin: 300px 0;
	font-size: 28px;
}

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