body{
	margin: 0;
	padding: 0;
}
.hero{
	height: 600px;
	background: url("image/pexels-suissounet-2101187.jpg");
	background size: cover;
	background color: yellowgreen;
	display: flex;
	justify-content: center;
	allign-items: center;
}
.hero-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	allign-items: center;
}
.hero-content h1{
	font-size: 100px;
}
.hero-content h2{
	font-size: 50px;
}
button{
	padding: 20px;
	border-radius: 20px;
	border: none;
}