h1 {
	text-align: center;
	font-size: 60px;
	margin-top: 70px;
}
h2 {
	text-align: left;
	color: black;
	margin-top: 40px;
	border-bottom: 1px solid black;
	padding-bottom: 20px;
}

#brands {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}
a.brand {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 30px;
}