*{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}

.hero{
	width: 100%;
	height: 100vh;
	background-image: url(bannerrr.png);
	background-size: cover;
	background-position: center;
	padding: 10px 10%;
	color: 'black';
}

.hero h1{
	margin-top:  15%;
	font-weight:  1000;
	font-size:  30px;
}
form{
	margin-top:  10%;
	background: #89CFF0;
	display:  flex;
	width:  fit-content;
}

form input{
	background: #F0FFFF;
	border: 0;
	outline: none;
	padding: 10px 20px;
	height:  70px;
	width: 400px;
	font-size: 16px;
}
form button{
	background: #61b761;
	border: none;
	outline: none;
	height: 70px;
	width: 100px;
	cursor: pointer;
}

span{
	color: #097969;
	margin-top: 10px;
	display: block;
	font-weight:  1000;
}