*{
	font-family: cursive;
	font-weight:100px;
	padding: 0;
	margin: 0;
	color: white;
	background-color:;


}
body{
	background-image: url('img/fondo.jpg');
	 overflow-x: hidden;
	}
body::-webkit-scrollbar{
	background:#DE7171;
	width: 10px;
	border-radius: 10px;
	opacity: 0.1;
	}
body::-webkit-scrollbar-thumb{
	background:#D8D8D8 ;
	width: 10px;
	border-radius: 10px;
	}

/*------------------------------------------HEADTHER------------------------------------ */


h1{
	background: #242527;
	text-align: center;
	color: white;
	font-family: 'Press Start 2P', cursive;
	position: sticky;
	width: 100%;
	top: 0;
	padding: 10px;
	
}
h4{
	font-size: 50px;
	color: black;
	
}
h4:hover{
	font-size: 50px;
	color: green;
	transition: 3s;

	
}

header{
  	width: 100%;
  	position: fixed;

 

}

.div_1{
	background: ;
	left: 50;

	text-align: ;
}
.div{
	font-size: 25px;
	text-align: center;
	background: red;
}

/*------------------------------------------Navgcion------------------------------------ */
.nav{
	background-color: #3d3f45;
	position: sticky;
	width: 100%;
	top: 50px;
	padding: 7px;
	margin-bottom: 50px;

	 
}
.nav_li{
	display: inline-block;
	padding:9px;

}
.nav_li:hover> a{
	color: red;
	transition: all 3s;
}
.nav_li:hover i{
	width: 20px;
	color: red;
	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
	transition: 3s;

}