section h1{
	vertical-align: middle;
	display: inline;
	text-decoration: none;
	text-align: center;
	font-size: 80px;
	color: gray;
}
section hr{
	display: inline-block;
	text-align: center;
	width: 30%;
	max-width: 80%;
	text-decoration: none;
	margin: 0 3px 0 3px;
	background-color: rgb(22, 116, 63);
	border: none;
	height: 3px;
}
#log{
	text-align: center;
}
#log form{
	padding-top: 2em;
	text-align: center;
	margin: auto;
	padding-bottom: 2em;
}
#log form input{
	border: none;
	border-radius: 3px;
	border: 1px solid gray;
	font-size: 16px;
	padding: 13px;
	padding-left: 10px;
	width: 20em;
}
#log form .bot{
	background: rgb(22, 116, 63);
	border: none;
	color: white;
	width: 11em;
	font-size: 20px;
}
@media screen and (max-width: 568px){
	section h1{
	vertical-align: middle;
	display: inline;
	text-decoration: none;
	text-align: center;
	font-size: 50px;
	color: gray;
}
section hr{
	display: inline-block;
	text-align: center;
	width: 10%;
	max-width: 80%;
	text-decoration: none;
	margin: 0 3px 0 3px;
	background-color: rgb(10,175,1);
	border: none;
	height: 3px;
}
}

@media screen and (max-width: 320px){
#log form input{
	border: none;
	border-radius: 3px;
	border: 1px solid gray;
	font-size: 16px;
	padding: 13px;
	padding-left: 10px;
	width: 15em;
}
#log form .bot{
	background: #0AAF01;
	border: none;
	color: white;
	width: 11em;
	font-size: 20px;
}
}