body {
	margin: 10%;
	background-color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #000000;
	text-align: center;
	align-content: center;
}

div.main {
	width: 80%;
	height: 80%;
	margin: 5%;
}

div.brands {
	display: inline-block;
	width: 20%;
	height: auto;
	margin: 5%;
	color: white;
}

img {
	width: 25%;
	height: auto;
}
img.brands {
	width: 90%;
	height: auto;
}