body{
	margin-top: 80px;
}
h1{
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	width: 335px;
	margin: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: blue;
}

h2{
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	width: 260px;
	margin: auto;
	font-weight: 400;
}

img{
	width: 400px;
	height: 400;
	margin-top: 90px;
	display: inline;
	padding: 10px;

}

#gallery{
	width: 1270px;
	margin: auto;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	color: blue;
}

img:hover{
	opacity: 0.3;

}