
body {	

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-family:sans-serif;
	
	margin:5px;
	margin-left:5px;
	padding: 5px;
	margin-top:5px;
	text-align:left;
	color:black;
	font-size :15px;
}
h1 {
	font:1em sans-serif;
	font-weight:90;
	margin-right:80px;
	color :white;
}
	input  {	
	margin: 10px;
	border-radius : 3px;
	padding:5px 5px ;
	font-size:15px;
	border: 2px grey;
	border-bottom: 3px orange solid ;
	transition: all 0.5s ease ;
	margin-bottom :20px;
	}
	input:hover {
	background-color: silver;
	color : black;
}
label {
 display:inline;
 margin-right:5px;
 color:white;
 font-size :15px;
 }
 

