form{
	text-align: center;
	float: center;
}


body{
background-repeat: no-repeat;
font-family:Arial;
background-image:url('') ;
background-size: 3000px;
background-position: center;
background:#f2f2f2;}
.container{
width:80%;
margin:40px auto;
background:white;
padding:30px;
border-radius:10px;
}
label{
color:yellow;
font-weight: bolder;
}
input{
width: 250px;
height: 80px;
font-size: 20px;
border-radius: 20px;
text-align: center;
}
#submi{
	height: 80px;
	width:170;
	background-color: yellow;
	border-radius: 30px;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: blue;
	border:40px;
	
}
a{
	background-color:lime;
}