.hero{
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: black;

}
nav{
	width: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	padding: 20px 8%;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
nav ul li{
	list-style: none;
	display: inline-block;
	margin: 40px;

}
nav ul li a {
	font-size: 25px;
	c

	text-decoration: none;
	text-decoration-color: #fff;


}
content{
	text-align: center;


}
content h1 {
	position: absolute;
	position: flex;
	font-size: 160px;
	color:#fff;
	font-weight: 600;


}
.back{
	position: absolute;
	z-index: -1;
}

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'poppins', sans-serif;
}
.hero img {
	position: absolute;

}
a:visited{
	color: white;
}
@media(min-width:835px; )
background-image: 