h1{
	color: blue;
	text-align: center;
}

img{
	width: 200px;
	height: 120px;
	margin: 10px;
}

a{
	display: inline-block;

}

.sect1, .sect2, .sect3, footer {
	display: block;
	position: relative;
	text-align: center;
	//items-align: center;
	margin: 10px;
	

}


a:hover {
  background-color: orange;
}

