header{
	width: 100%;
	height: 750px;
	background: #7BF2DD; 
	background: -webkit-linear-gradient(to right, hsla(280, 51%, 60%, .6), hsla(194, 57%, 55%, 0.47)), url(https://cdn.computerhoy.com/sites/navi.axelspringer.es/public/media/image/2019/03/lenguajes_programacion_odiados_amados_2019.jpg);
	background: linear-gradient(to right, hsla(280, 51%, 60%, .6), hsla(194, 57%, 55%, 0.47)), url(https://cdn.computerhoy.com/sites/navi.axelspringer.es/public/media/image/2019/03/lenguajes_programacion_odiados_amados_2019.jpg);
	background-size: cover;
	background-attachment: fixed;
	position: relative; 
}