section{
	text-align: center;
	padding-top: 2em;
}
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: 20%;
	max-width: 50%;
	text-decoration: none;
	margin: 0 3px 0 3px;
	background-color: rgb(22, 116, 63);
	border: none;
	height: 3px;
}
section h4{
	color: gray;
}

section img{
	margin: 3px;
}
@media screen and (max-width: 768px){
	section h1{
		font-size: 60px;
	}
	section hr{
	display: inline-block;
	text-align: center;
	width: 20%;
	max-width: 50%;
	text-decoration: none;
	margin: 0 3px 0 3px;
	background-color: rgb(10,175,1);
	border: none;
	height: 3px;
}
}
@media screen and (max-width: 480px){
	section h1{
		font-size: 40px;
	}
}
@media screen and (max-width: 414px){
	section h1{
		font-size: 40px;
	}
	section img{
	  width: 300px;
	}
}
@media screen and (max-width: 320px){
	section h1{
		font-size: 30px;
	}
}